Searched refs:thisFree (Results 1 – 1 of 1) sorted by relevance
1141 Bool thisFree, lastWasFree, sblockarrOK; in sanity_check_malloc_arena() local1180 thisFree = !is_inuse_block(b); in sanity_check_malloc_arena()1181 if (thisFree && lastWasFree) { in sanity_check_malloc_arena()1186 if (thisFree) blockctr_sb_free++; in sanity_check_malloc_arena()1187 if (!thisFree) in sanity_check_malloc_arena()1189 lastWasFree = thisFree; in sanity_check_malloc_arena()1280 Bool thisFree, lastWasFree; in cc_analyse_alloc_arena() local1316 thisFree = !is_inuse_block(b); in cc_analyse_alloc_arena()1317 if (thisFree && lastWasFree) { in cc_analyse_alloc_arena()1322 lastWasFree = thisFree; in cc_analyse_alloc_arena()[all …]