Home
last modified time | relevance | path

Searched refs:stbtt__hheap_chunk (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h2666 typedef struct stbtt__hheap_chunk struct
2668 struct stbtt__hheap_chunk *next; argument
2669 } stbtt__hheap_chunk; typedef
2673 struct stbtt__hheap_chunk *head;
2687stbtt__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()