Searched refs:stbtt__hheap_chunk (Results 1 – 1 of 1) sorted by relevance
3056 typedef struct stbtt__hheap_chunk { struct3057 struct stbtt__hheap_chunk * next; argument3058 } stbtt__hheap_chunk; typedef3061 struct stbtt__hheap_chunk * head;3077 …stbtt__hheap_chunk * c = (stbtt__hheap_chunk *)STBTT_malloc(sizeof(stbtt__hheap_chunk) + size * co…3085 … return (char *)(hh->head) + sizeof(stbtt__hheap_chunk) + size * hh->num_remaining_in_head_chunk;3097 stbtt__hheap_chunk * c = hh->head;3099 stbtt__hheap_chunk * n = c->next;