Searched refs:first_free (Results 1 – 1 of 1) sorted by relevance
1607 void *first_free; member1613 if (hh->first_free) { in stbtt__hheap_alloc()1614 void *p = hh->first_free; in stbtt__hheap_alloc()1615 hh->first_free = * (void **) p; in stbtt__hheap_alloc()1634 *(void **) p = hh->first_free; in stbtt__hheap_free()1635 hh->first_free = p; in stbtt__hheap_free()