/external/chromium_org/third_party/tcmalloc/vendor/src/google/ |
tcmalloc.h | 34 #include <gperftools/tcmalloc.h>
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
internal_logging.h | 59 namespace tcmalloc { namespace 105 } // end tcmalloc namespace 112 ::tcmalloc::Log(::tcmalloc::kCrash, __FILE__, __LINE__, #cond); \
|
stack_trace_table.cc | 42 namespace tcmalloc { namespace 97 "tcmalloc: could not allocate bucket", sizeof(*b)); 119 "tcmalloc: allocation failed for stack traces", 159 } // namespace tcmalloc
|
malloc_extension.cc | 65 tcmalloc::FillProcSelfMaps(&((*result)[old_resultlen]), amap_size, 89 // allocations by pooling memory internally. However, tcmalloc 292 "As of 2005/01/26, only tcmalloc supports sampling, and\n" 294 "tcmalloc.\n"; 316 "As of 2005/09/27, only tcmalloc supports this, and you\n" 317 "are probably running a binary that does not use tcmalloc.\n";
|
libc_override_gcc_and_weak.h | 44 #include <gperftools/tcmalloc.h> 95 // No need to do anything at tcmalloc-registration time: we do it all
|
linked_list.h | 41 namespace tcmalloc { namespace 100 } // namespace tcmalloc
|
span.cc | 42 namespace tcmalloc { namespace 101 } // namespace tcmalloc
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/google/ |
tcmalloc.h | 34 #include <gperftools/tcmalloc.h>
|
/external/chromium_org/tools/deep_memory_profiler/sorters/ |
vm.base.json | 36 "name": "mmap-tcmalloc",
|
/external/chromium_org/tools/perf/measurements/ |
memory.py | 32 if tab.browser.is_profiler_active('tcmalloc-heap'):
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
tcmalloc_heap_profiler.py | 59 logging.info('TCMalloc dumps pulled to %s', self._output_path) 69 _DEFAULT_DIR = '/tmp/tcmalloc/' 91 print 'TCMalloc dumps available ', os.environ['HEAPPROFILE'] 108 return 'tcmalloc-heap'
|
/external/chromium_org/webkit/ |
DEPS | 19 "+third_party/tcmalloc",
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_extension.cc | 66 tcmalloc::FillProcSelfMaps(&((*result)[old_resultlen]), amap_size, 90 // allocations by pooling memory internally. However, tcmalloc 225 return tcmalloc::ThreadCache::GetBytesAllocatedOnCurrentThread(); 297 "As of 2005/01/26, only tcmalloc supports sampling, and\n" 299 "tcmalloc.\n"; 321 "As of 2005/09/27, only tcmalloc supports this, and you\n" 322 "are probably running a binary that does not use tcmalloc.\n";
|
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
|
libc_override_gcc_and_weak.h | 44 #include <gperftools/tcmalloc.h> 107 // No need to do anything at tcmalloc-registration time: we do it all
|
linked_list.h | 41 namespace tcmalloc { namespace 100 } // namespace tcmalloc
|
span.cc | 42 namespace tcmalloc { namespace 101 } // namespace tcmalloc
|
static_vars.cc | 40 namespace tcmalloc { namespace 73 } // namespace tcmalloc
|
static_vars.h | 47 namespace tcmalloc { namespace 109 } // namespace tcmalloc
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
INSTALL | 55 requires that your application, the tcmalloc library, and system 75 *** TCMALLOC LARGE PAGES: TRADING TIME FOR SPACE 77 You can set a compiler directive that makes tcmalloc faster, at the 80 Internally, tcmalloc divides its memory into "pages." The default 82 The cost is that keeping track of these pages can cost tcmalloc time. 83 We've added a new, experimental flag to tcmalloc that enables a larger 85 applications using tcmalloc. However, in many cases it will speed up 98 *** SMALL TCMALLOC CACHES: TRADING SPACE FOR TIME 100 You can set a compiler directive that makes tcmalloc use less memory 103 Internally, tcmalloc keeps information about some of its internal dat [all...] |
ChangeLog | 124 * Clarify that tcmalloc stats are MiB (robinson) 125 * Remove support for non-tcmalloc debugallocation (blount) 139 * BUGFIX: Generate correct version# in tcmalloc.h on windows (csilvers) 202 * Default to no automatic heap sampling in tcmalloc (csilvers) 203 * Add -DTCMALLOC_LARGE_PAGES, a possibly faster tcmalloc (rus) 221 * BUGFIX: Fix prototypes for tcmalloc/debugalloc wrt throw() (csilvers) 225 * DOC: Clean up documentation around tcmalloc.slack_bytes (fikes) 247 * Speed up tcmalloc but doing better span coalescing (sanjay) 365 * A new unittest, smapling_test, to verify tcmalloc-profiles (csilvers) 368 * Separate tcmalloc.cc out into multiple files -- finally! (kash [all...] |
NEWS | 20 instead. New code should `#include <gperftools/tcmalloc.h>`/etc. 24 <google/tcmalloc.h>` will continue to work. 109 step, meaning the TC_VERSION_PATCH #define in tcmalloc.h was wrong. 133 now Just Work to link in tcmalloc, without needing 150 this mode, tcmalloc will use less memory overhead, at the cost of 163 like these failures point toward any problem with tcmalloc itself; rather, the 179 reduction in the amount of tcmalloc overhead uder x86_64, improved 187 for using tcmalloc under OS X. I'm trying to get my head around the 190 having trouble with tcmalloc on OS X. 208 experimental support for tcmalloc large pages, which may speed u [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
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/tests/ |
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/ |
googleinit.h | 50 // This googleinit.h is included from out of third_party/tcmalloc, such as 53 // when this googleinit.h is included from out of third_party/tcmalloc.
|