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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc327 template<typename T> static void DeleteAndNull(T** p) { function in class:HeapLeakChecker::Allocator
333 if (*p != NULL) DeleteAndNull(p);
1232 Allocator::DeleteAndNull(&library_live_objects);
1346 Allocator::DeleteAndNull(&live_objects);
1347 Allocator::DeleteAndNull(&stack_tops);
2231 Allocator::DeleteAndNull(&heap_profile);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc327 template<typename T> static void DeleteAndNull(T** p) { function in class:HeapLeakChecker::Allocator
333 if (*p != NULL) DeleteAndNull(p);
1232 Allocator::DeleteAndNull(&library_live_objects);
1346 Allocator::DeleteAndNull(&live_objects);
1347 Allocator::DeleteAndNull(&stack_tops);
2230 Allocator::DeleteAndNull(&heap_profile);

Completed in 108 milliseconds