Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_mallocfree.c1244 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()
[all …]