Searched refs:thisFree (Results 1 – 1 of 1) sorted by relevance
1244 Bool thisFree, lastWasFree, sblockarrOK; in sanity_check_malloc_arena() local1283 thisFree = !is_inuse_block(b); in sanity_check_malloc_arena()1284 if (thisFree && lastWasFree) { in sanity_check_malloc_arena()1289 if (thisFree) blockctr_sb_free++; in sanity_check_malloc_arena()1290 if (!thisFree) in sanity_check_malloc_arena()1292 lastWasFree = thisFree; in sanity_check_malloc_arena()1391 Bool thisFree, lastWasFree; in cc_analyse_alloc_arena() local1427 thisFree = !is_inuse_block(b); in cc_analyse_alloc_arena()1428 if (thisFree && lastWasFree) { in cc_analyse_alloc_arena()1433 lastWasFree = thisFree; in cc_analyse_alloc_arena()[all …]