Searched refs:stbtt__hheap_chunk (Results 1 – 1 of 1) sorted by relevance
1599 typedef struct stbtt__hheap_chunk struct1601 struct stbtt__hheap_chunk *next; argument1602 } stbtt__hheap_chunk; typedef1606 struct stbtt__hheap_chunk *head;1620 …stbtt__hheap_chunk *c = (stbtt__hheap_chunk *) STBTT_malloc(sizeof(stbtt__hheap_chunk) + size * co… in stbtt__hheap_alloc()1640 stbtt__hheap_chunk *c = hh->head; in stbtt__hheap_cleanup()1642 stbtt__hheap_chunk *n = c->next; in stbtt__hheap_cleanup()