Lines Matching refs:alloc
36 size_t alloc; member
80 hdr->alloc, hdr->size); in debug_header()
129 if (hdr->alloc > 1) { in verify_header()
241 if (cur->alloc != 0) { in buffer_alloc_calloc()
257 cur->alloc = 1; in buffer_alloc_calloc()
300 new->alloc = 0; in buffer_alloc_calloc()
328 cur->alloc = 1; in buffer_alloc_calloc()
384 if (hdr->alloc != 1) { in buffer_alloc_free()
392 hdr->alloc = 0; in buffer_alloc_free()
407 if (hdr->prev != NULL && hdr->prev->alloc == 0) { in buffer_alloc_free()
425 if (hdr->next != NULL && hdr->next->alloc == 0) { in buffer_alloc_free()