Searched refs:HeapLeakChecker (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h76 // as well as HeapLeakChecker objects: they can be accessed by multiple threads.
77 class PERFTOOLS_DLL_DECL HeapLeakChecker { class
86 // The return value reflects iff HeapLeakChecker objects manually
99 static HeapLeakChecker* GlobalChecker();
123 explicit HeapLeakChecker(const char *name);
127 ~HeapLeakChecker();
130 // true iff all memory allocated since this HeapLeakChecker object
169 // HeapLeakChecker::Disabler disabler;
332 HeapLeakChecker();
360 class SpinLock* lock_; // to make HeapLeakChecker object
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-checker.h76 // as well as HeapLeakChecker objects: they can be accessed by multiple threads.
77 class PERFTOOLS_DLL_DECL HeapLeakChecker { class
86 // The return value reflects iff HeapLeakChecker objects manually
99 static HeapLeakChecker* GlobalChecker();
123 explicit HeapLeakChecker(const char *name);
127 ~HeapLeakChecker();
130 // true iff all memory allocated since this HeapLeakChecker object
169 // HeapLeakChecker::Disabler disabler;
332 HeapLeakChecker();
360 class SpinLock* lock_; // to make HeapLeakChecker object
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc135 "If should test HeapLeakChecker::CancelGlobalCheck "
406 static bool RunSilent(HeapLeakChecker* check,
407 bool (HeapLeakChecker::* func)()) {
420 #define RUN_SILENT(check, func) RunSilent(&(check), &HeapLeakChecker::func)
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type,
444 HeapLeakChecker check("death_simple");
474 HeapLeakChecker check("death_loop");
494 HeapLeakChecker check("death_inverse");
512 HeapLeakChecker check("death_noleaks");
527 HeapLeakChecker chec
[all...]
H A Dsimple_compat_test.cc54 HeapLeakChecker::Disabler* heap_checker_h;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc135 "If should test HeapLeakChecker::CancelGlobalCheck "
406 static bool RunSilent(HeapLeakChecker* check,
407 bool (HeapLeakChecker::* func)()) {
420 #define RUN_SILENT(check, func) RunSilent(&(check), &HeapLeakChecker::func)
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type,
444 HeapLeakChecker check("death_simple");
474 HeapLeakChecker check("death_loop");
494 HeapLeakChecker check("death_inverse");
512 HeapLeakChecker check("death_noleaks");
527 HeapLeakChecker chec
[all...]
H A Dsimple_compat_test.cc54 HeapLeakChecker::Disabler* heap_checker_h;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc242 // HeapLeakChecker global data
257 static HeapLeakChecker* main_heap_checker = NULL;
265 // This is created in HeapLeakChecker::BeforeConstructorsLocked
268 // similarly all are unset in HeapLeakChecker::TurnItselfOffLocked.
285 // HeapLeakChecker's own memory allocator that is
295 class HeapLeakChecker::Allocator {
340 LowLevelAlloc::Arena* HeapLeakChecker::Allocator::arena_ = NULL;
341 int HeapLeakChecker::Allocator::alloc_count_ = 0;
344 // HeapLeakChecker live object tracking components
368 // All objects (memory ranges) ignored via HeapLeakChecker
1610 HeapLeakChecker::HeapLeakChecker(const char *name) : lock_(new SpinLock) { function in class:HeapLeakChecker
1615 HeapLeakChecker::HeapLeakChecker() : lock_(new SpinLock) { function in class:HeapLeakChecker
[all...]
H A Dmalloc_extension.cc208 HeapLeakChecker::IgnoreObject(current_instance);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc242 // HeapLeakChecker global data
257 static HeapLeakChecker* main_heap_checker = NULL;
265 // This is created in HeapLeakChecker::BeforeConstructorsLocked
268 // similarly all are unset in HeapLeakChecker::TurnItselfOffLocked.
285 // HeapLeakChecker's own memory allocator that is
295 class HeapLeakChecker::Allocator {
340 LowLevelAlloc::Arena* HeapLeakChecker::Allocator::arena_ = NULL;
341 int HeapLeakChecker::Allocator::alloc_count_ = 0;
344 // HeapLeakChecker live object tracking components
368 // All objects (memory ranges) ignored via HeapLeakChecker
1610 HeapLeakChecker::HeapLeakChecker(const char *name) : lock_(new SpinLock) { function in class:HeapLeakChecker
1615 HeapLeakChecker::HeapLeakChecker() : lock_(new SpinLock) { function in class:HeapLeakChecker
[all...]
H A Dmalloc_extension.cc202 HeapLeakChecker::IgnoreObject(current_instance);

Completed in 1182 milliseconds