Home
last modified time | relevance | path

Searched refs:lastWasFree (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_mallocfree.c1244 Bool thisFree, lastWasFree, sblockarrOK; in sanity_check_malloc_arena() local
1272 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() local
1418 lastWasFree = False; in cc_analyse_alloc_arena()
1428 if (thisFree && lastWasFree) { in cc_analyse_alloc_arena()
1433 lastWasFree = thisFree; in cc_analyse_alloc_arena()