Searched refs:TCMallocGuard (Results 1 - 12 of 12) 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
913 TCMallocGuard::TCMallocGuard() { function in class:TCMallocGuard
937 TCMallocGuard::~TCMallocGuard() {
948 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/base/allocator/
H A Dallocator_shim.cc262 new TCMallocGuard();
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc291 new TCMallocGuard();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp3274 class TCMallocGuard {
3277 TCMallocGuard() {

Completed in 195 milliseconds