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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc_guard.h33 // We expose the TCMallocGuard class -- which initializes the tcmalloc
36 // create a static TCMallocGuard instance at the top of a file where
42 class TCMallocGuard { class
44 TCMallocGuard();
45 ~TCMallocGuard();
H A Dtype_profiler_map.cc23 const TCMallocGuard tcmalloc_initializer;
H A Dtcmalloc.cc131 #include "tcmalloc_guard.h" // for TCMallocGuard
916 TCMallocGuard::TCMallocGuard() { function in class:TCMallocGuard
940 TCMallocGuard::~TCMallocGuard() {
951 static TCMallocGuard module_enter_exit_hook;
H A Dheap-profiler.cc693 static const TCMallocGuard tcmalloc_initializer;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc_guard.h33 // We expose the TCMallocGuard class -- which initializes the tcmalloc
36 // create a static TCMallocGuard instance at the top of a file where
42 class TCMallocGuard { class
44 TCMallocGuard();
45 ~TCMallocGuard();
H A Dtcmalloc.cc131 #include "tcmalloc_guard.h" // for TCMallocGuard
906 TCMallocGuard::TCMallocGuard() { function in class:TCMallocGuard
930 TCMallocGuard::~TCMallocGuard() {
941 static TCMallocGuard module_enter_exit_hook;
H A Dheap-profiler.cc553 static const TCMallocGuard tcmalloc_initializer;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Doverride_functions.cc77 new TCMallocGuard();
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc77 new TCMallocGuard();
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc253 new TCMallocGuard();

Completed in 165 milliseconds