Lines Matching refs:allocations
33 static std::set<void *> allocations;
166 assert(allocations.find(ptr + 1) == allocations.end());
167 allocations.insert(ptr + 1);
178 assert(allocations.find(ptr) != allocations.end());
216 allocations.erase(ptr);
217 assert(allocations.find(header + 1) == allocations.end());
218 allocations.insert(header + 1);
267 assert(allocations.find(ptr) != allocations.end());
268 allocations.erase(ptr);
269 // don't free yet to force allocations to new addresses for checking double freeing
488 // report self and child allocations