HomeSort by relevance Sort by last modified time
    Searched refs:tcmalloc (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.cc 40 namespace tcmalloc { namespace
73 } // namespace tcmalloc
static_vars.h 47 namespace tcmalloc { namespace
109 } // namespace tcmalloc
common.h 33 // Common definitions for tcmalloc code.
67 // Constants dependant on tcmalloc configuration and archetecture. Chromium
72 (tcmalloc::kSupportsDoublyLinkedList ? 2 : 1);
82 // Original TCMalloc code used kPageShift == 13. In Chromium, we changed
83 // this to 12 (as was done in prior versions of TCMalloc).
90 // Original TCMalloc code used kMaxSize == 256 * 1024. In Chromium, we
92 // in prior versions of TCMalloc).
138 namespace tcmalloc { namespace
267 } // namespace tcmalloc
tcmalloc.cc 36 // See doc/tcmalloc.html for a high-level
90 #include <gperftools/tcmalloc.h>
157 using tcmalloc::AlignmentForSize;
158 using tcmalloc::kLog;
159 using tcmalloc::kCrash;
160 using tcmalloc::kCrashWithStats;
161 using tcmalloc::Log;
162 using tcmalloc::PageHeap;
163 using tcmalloc::PageHeapAllocator;
164 using tcmalloc::SizeMap
    [all...]
central_freelist.h 46 namespace tcmalloc { namespace
198 } // namespace tcmalloc
page_heap_allocator.h 43 namespace tcmalloc { namespace
76 "tcmalloc data (bytes, object-size)",
90 "FATAL ERROR: Insufficient memory to guard internal tcmalloc "
125 } // namespace tcmalloc
sampler.h 47 namespace tcmalloc { namespace
177 } // namespace tcmalloc
libc_override_glibc.h 54 #include <gperftools/tcmalloc.h>
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
simple_compat_test.cc 48 #include <google/tcmalloc.h>
sampler_test.cc 120 tcmalloc::Sampler sampler;
224 tcmalloc::Sampler sampler;
267 tcmalloc::Sampler sampler;
312 tcmalloc::Sampler sampler;
332 tcmalloc::Sampler sampler;
352 tcmalloc::Sampler sampler;
365 tcmalloc::Sampler sampler;
385 tcmalloc::Sampler sampler;
524 tcmalloc::Sampler sampler;
575 tcmalloc::Sampler sampler
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
linked_list.h 41 namespace tcmalloc { namespace
100 } // namespace tcmalloc
page_heap_allocator.h 41 namespace tcmalloc { namespace
75 "tcmalloc data (bytes, object-size)",
111 } // namespace tcmalloc
sampler.cc 57 namespace tcmalloc { namespace
130 } // namespace tcmalloc
span.h 41 namespace tcmalloc { namespace
99 } // namespace tcmalloc
static_vars.cc 40 namespace tcmalloc { namespace
73 } // namespace tcmalloc
static_vars.h 47 namespace tcmalloc { namespace
109 } // namespace tcmalloc
tcmalloc.cc 36 // See doc/tcmalloc.html for a high-level
90 #include <gperftools/tcmalloc.h>
167 using tcmalloc::AlignmentForSize;
168 using tcmalloc::kLog;
169 using tcmalloc::kCrash;
170 using tcmalloc::kCrashWithStats;
171 using tcmalloc::Log;
172 using tcmalloc::PageHeap;
173 using tcmalloc::PageHeapAllocator;
174 using tcmalloc::SizeMap
    [all...]
central_freelist.h 46 namespace tcmalloc { namespace
198 } // namespace tcmalloc
sampler.h 47 namespace tcmalloc { namespace
177 } // namespace tcmalloc
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
simple_compat_test.cc 48 #include <google/tcmalloc.h>
sampler_test.cc 120 tcmalloc::Sampler sampler;
224 tcmalloc::Sampler sampler;
267 tcmalloc::Sampler sampler;
312 tcmalloc::Sampler sampler;
332 tcmalloc::Sampler sampler;
352 tcmalloc::Sampler sampler;
365 tcmalloc::Sampler sampler;
385 tcmalloc::Sampler sampler;
524 tcmalloc::Sampler sampler;
575 tcmalloc::Sampler sampler
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 237 if (is_safe_ && fncall(&mutex_) != 0) tcmalloc::Abort(); \
242 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) tcmalloc::Abort();
246 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) tcmalloc::Abort();
260 if (is_safe_ && fncall(&mutex_) != 0) tcmalloc::Abort(); \
265 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) tcmalloc::Abort();
269 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) tcmalloc::Abort();
logging.h 93 tcmalloc::Abort(); \
103 tcmalloc::Abort(); \
126 tcmalloc::Abort(); \
143 tcmalloc::Abort(); \
241 tcmalloc::Abort();
sysinfo.h 230 namespace tcmalloc { namespace
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 107 # tcmalloc.h is a special case, because it's a .h.in file
108 nodist_perftoolsinclude_HEADERS = src/gperftools/tcmalloc.h
109 noinst_HEADERS = src/gperftools/tcmalloc.h.in
124 src/google/tcmalloc.h \
125 src/windows/google/tcmalloc.h
257 # patch_functions.cc #includes tcmalloc.cc, so no need to link it in.
281 TCMALLOC_CC = src/tcmalloc.cc
443 # for all files in this library -- except tcmalloc.cc which needs them
525 # convenience libraries are .a's, so tcmalloc is still the last .so.
526 # We also put pthreads after tcmalloc, because some pthrea
    [all...]

Completed in 227 milliseconds

12 3 4