Lines Matching refs:thisFree
1244 Bool thisFree, lastWasFree, sblockarrOK; in sanity_check_malloc_arena() local
1283 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() local
1427 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()
1435 if (thisFree) continue; in cc_analyse_alloc_arena()
1443 (Int)(!thisFree), in cc_analyse_alloc_arena()