OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCMallocGuard
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc_guard.h
33
// 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
{
44
TCMallocGuard
();
45
~
TCMallocGuard
();
type_profiler_map.cc
23
const
TCMallocGuard
tcmalloc_initializer;
tcmalloc.cc
131
#include "tcmalloc_guard.h" // for
TCMallocGuard
[
all
...]
heap-profiler.cc
693
static const
TCMallocGuard
tcmalloc_initializer;
/external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc_guard.h
33
// 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
{
44
TCMallocGuard
();
45
~
TCMallocGuard
();
tcmalloc.cc
131
#include "tcmalloc_guard.h" // for
TCMallocGuard
[
all
...]
heap-profiler.cc
553
static const
TCMallocGuard
tcmalloc_initializer;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc
77
new
TCMallocGuard
();
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
override_functions.cc
77
new
TCMallocGuard
();
/external/chromium/base/allocator/
allocator_shim.cc
262
new
TCMallocGuard
();
/external/chromium_org/base/allocator/
allocator_shim.cc
291
new
TCMallocGuard
();
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 884 milliseconds