Searched refs:is_inuse_block (Results 1 – 1 of 1) sorted by relevance
327 Bool is_inuse_block ( Block* b ) in is_inuse_block() function1164 if (!a->clientmem && is_inuse_block(b)) { in blockSane()1230 VG_(printf)( "%s, ", is_inuse_block(b) ? "inuse" : "free"); in ppSuperblocks()1283 thisFree = !is_inuse_block(b); in sanity_check_malloc_arena()1427 thisFree = !is_inuse_block(b); in cc_analyse_alloc_arena()1529 aai->free = !is_inuse_block(b); in VG_()1922 if (!is_inuse_block(b)) { in deferred_reclaimSuperblock()1970 if (!is_inuse_block(other_b)) { in mergeWithFreeNeighbours()1997 if (!is_inuse_block(other_b)) { in mergeWithFreeNeighbours()2243 vg_assert( is_inuse_block(get_payload_block(a, align_p)) ); in VG_()[all …]