Searched defs:thisFree (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1188 Bool thisFree, lastWasFree, sblockarrOK; local
1227 thisFree = !is_inuse_block(b);
1228 if (thisFree && lastWasFree) {
1233 if (thisFree) blockctr_sb_free++;
1234 if (!thisFree)
1236 lastWasFree = thisFree;
1335 Bool thisFree, lastWasFree; local
1371 thisFree = !is_inuse_block(b);
1372 if (thisFree && lastWasFree) {
1377 lastWasFree = thisFree;
[all...]

Completed in 352 milliseconds