Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3056 typedef struct stbtt__hheap_chunk { struct
3057 struct stbtt__hheap_chunk * next; argument
3058 } stbtt__hheap_chunk; typedef
3061 struct stbtt__hheap_chunk * head;
3077stbtt__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;