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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc332 template<typename T> static void DeleteAndNullIfNot(T** p) { function in class:HeapLeakChecker::Allocator
1737 Allocator::DeleteAndNullIfNot(&global_region_caller_ranges);
2233 Allocator::DeleteAndNullIfNot(&ignored_objects);
2234 Allocator::DeleteAndNullIfNot(&disabled_ranges);
2235 Allocator::DeleteAndNullIfNot(&global_region_caller_ranges);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc332 template<typename T> static void DeleteAndNullIfNot(T** p) { function in class:HeapLeakChecker::Allocator
1737 Allocator::DeleteAndNullIfNot(&global_region_caller_ranges);
2232 Allocator::DeleteAndNullIfNot(&ignored_objects);
2233 Allocator::DeleteAndNullIfNot(&disabled_ranges);
2234 Allocator::DeleteAndNullIfNot(&global_region_caller_ranges);

Completed in 252 milliseconds