Home
last modified time | relevance | path

Searched refs:USE_TCMALLOC (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/allocator/
Dallocator_extension.cc9 #if defined(USE_TCMALLOC)
19 #if defined(USE_TCMALLOC) in ReleaseFreeMemory()
25 #if defined(USE_TCMALLOC) in GetNumericProperty()
32 #if defined(USE_TCMALLOC) in IsHeapProfilerRunning()
40 #if defined(USE_TCMALLOC) in SetHooks()
53 #if defined(USE_TCMALLOC) in GetCallStack()
Dallocator_shim.cc305 #if defined(USE_TCMALLOC)
/external/libchrome/base/process/
Dmemory_linux.cc20 #if defined(USE_TCMALLOC)
61 #elif defined(USE_TCMALLOC) in EnableTerminationOnOutOfMemory()
108 (!defined(LIBC_GLIBC) && !defined(USE_TCMALLOC)) in UncheckedMalloc()
110 #elif defined(LIBC_GLIBC) && !defined(USE_TCMALLOC) in UncheckedMalloc()
112 #elif defined(USE_TCMALLOC) in UncheckedMalloc()
Dmemory.h16 #elif defined(LIBC_GLIBC) && !defined(USE_TCMALLOC)
Dprocess_metrics_posix.cc105 #if defined(USE_TCMALLOC) in GetMallocUsage()
/external/libchrome/build/
Dbuild_config.h125 #define USE_TCMALLOC 1 macro