Searched refs:stbtt__hheap_chunk (Results 1 – 1 of 1) sorted by relevance
2666 typedef struct stbtt__hheap_chunk struct2668 struct stbtt__hheap_chunk *next; argument2669 } stbtt__hheap_chunk; typedef2673 struct stbtt__hheap_chunk *head;2687 …stbtt__hheap_chunk *c = (stbtt__hheap_chunk *) STBTT_malloc(sizeof(stbtt__hheap_chunk) + size * co… in stbtt__hheap_alloc()2695 … return (char *) (hh->head) + sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk; in stbtt__hheap_alloc()2707 stbtt__hheap_chunk *c = hh->head; in stbtt__hheap_cleanup()2709 stbtt__hheap_chunk *n = c->next; in stbtt__hheap_cleanup()