Searched refs:alloc (Results 1 – 1 of 1) sorted by relevance
49 size_t alloc; member94 hdr->alloc, hdr->size ); in debug_header()146 if( hdr->alloc > 1 ) in verify_header()264 if( cur->alloc != 0 ) in buffer_alloc_calloc()282 cur->alloc = 1; in buffer_alloc_calloc()321 new->alloc = 0; in buffer_alloc_calloc()346 cur->alloc = 1; in buffer_alloc_calloc()398 if( hdr->alloc != 1 ) in buffer_alloc_free()407 hdr->alloc = 0; in buffer_alloc_free()422 if( hdr->prev != NULL && hdr->prev->alloc == 0 ) in buffer_alloc_free()[all …]
Completed in 3 milliseconds