Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1599 typedef struct stbtt__hheap_chunk struct
1601 struct stbtt__hheap_chunk *next; argument
1602 } stbtt__hheap_chunk; typedef
1606 struct stbtt__hheap_chunk *head;
1620stbtt__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()