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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1141 Bool thisFree, lastWasFree, sblockarrOK; local
1169 lastWasFree = False;
1181 if (thisFree && lastWasFree) {
1189 lastWasFree = thisFree;
1280 Bool thisFree, lastWasFree; local
1307 lastWasFree = False;
1317 if (thisFree && lastWasFree) {
1322 lastWasFree = thisFree;

Completed in 56 milliseconds