Searched refs:lastWasFree (Results 1 – 1 of 1) sorted by relevance
1244 Bool thisFree, lastWasFree, sblockarrOK; in sanity_check_malloc_arena() local1272 lastWasFree = False; in sanity_check_malloc_arena()1284 if (thisFree && lastWasFree) { in sanity_check_malloc_arena()1292 lastWasFree = thisFree; in sanity_check_malloc_arena()1391 Bool thisFree, lastWasFree; in cc_analyse_alloc_arena() local1418 lastWasFree = False; in cc_analyse_alloc_arena()1428 if (thisFree && lastWasFree) { in cc_analyse_alloc_arena()1433 lastWasFree = thisFree; in cc_analyse_alloc_arena()