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

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h405 class PERFTOOLS_DLL_DECL HeapCleaner { class
408 HeapCleaner(void_function f);
421 static HeapCleaner heapcheck_cleaner_##name(&heapcheck_cleanup_##name); \
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-checker.h405 class PERFTOOLS_DLL_DECL HeapCleaner { class
408 HeapCleaner(void_function f);
421 static HeapCleaner heapcheck_cleaner_##name(&heapcheck_cleanup_##name); \
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc1895 vector<HeapCleaner::void_function>* HeapCleaner::heap_cleanups_ = NULL;
1897 // When a HeapCleaner object is intialized, add its function to the static list
1899 HeapCleaner::HeapCleaner(void_function f) { function in class:HeapCleaner
1901 heap_cleanups_ = new vector<HeapCleaner::void_function>;
1906 void HeapCleaner::RunHeapCleanups() {
1927 HeapCleaner::RunHeapCleanups();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc1895 vector<HeapCleaner::void_function>* HeapCleaner::heap_cleanups_ = NULL;
1897 // When a HeapCleaner object is intialized, add its function to the static list
1899 HeapCleaner::HeapCleaner(void_function f) { function in class:HeapCleaner
1901 heap_cleanups_ = new vector<HeapCleaner::void_function>;
1906 void HeapCleaner::RunHeapCleanups() {
1927 HeapCleaner::RunHeapCleanups();

Completed in 311 milliseconds