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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1188 Bool thisFree, lastWasFree, sblockarrOK; local
1216 lastWasFree = False;
1228 if (thisFree && lastWasFree) {
1236 lastWasFree = thisFree;
1335 Bool thisFree, lastWasFree; local
1362 lastWasFree = False;
1372 if (thisFree && lastWasFree) {
1377 lastWasFree = thisFree;

Completed in 777 milliseconds