Lines Matching refs:alloc
59 size_t alloc; member
104 hdr->alloc, hdr->size ); in debug_header()
156 if( hdr->alloc > 1 ) in verify_header()
270 if( cur->alloc != 0 ) in buffer_alloc_calloc()
288 cur->alloc = 1; in buffer_alloc_calloc()
327 new->alloc = 0; in buffer_alloc_calloc()
352 cur->alloc = 1; in buffer_alloc_calloc()
404 if( hdr->alloc != 1 ) in buffer_alloc_free()
413 hdr->alloc = 0; in buffer_alloc_free()
428 if( hdr->prev != NULL && hdr->prev->alloc == 0 ) in buffer_alloc_free()
446 if( hdr->next != NULL && hdr->next->alloc == 0 ) in buffer_alloc_free()