/external/chromium_org/skia/ext/ |
SkMemory_new_handler.cpp | 17 // new_handler itself will crash on failure when using tcmalloc).
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCSpinLock.h | 81 // Short-hands for convenient use by tcmalloc.cc
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
simple_compat_test.cc | 48 #include <google/tcmalloc.h>
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
simple_compat_test.cc | 48 #include <google/tcmalloc.h>
|
/external/chromium_org/tools/deep_memory_profiler/ |
sorter.vm-map.json | 48 "name": "mmap-tcmalloc",
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.in | 140 # Like tcmalloc.cc, debugallocation.cc needs exceptions to fulfill its 163 # for all files in this library -- except tcmalloc.cc which needs them 219 ### ------- tcmalloc with debugallocation 268 # Ideally, folks who wanted to use both tcmalloc and libprofiler, 282 $(top_srcdir)/src/gperftools/tcmalloc.h.in \ 283 $(top_srcdir)/src/windows/gperftools/tcmalloc.h.in AUTHORS \ 304 CONFIG_CLEAN_FILES = src/gperftools/tcmalloc.h \ 305 src/windows/gperftools/tcmalloc.h 405 am__libtcmalloc_la_SOURCES_DIST = src/tcmalloc.cc src/common.h \ 441 @MINGW_FALSE@am__objects_5 = libtcmalloc_la-tcmalloc.l [all...] |
configure.ac | 74 [build only tcmalloc-minimal (and maybe tcmalloc-minimal-debug)])], 129 AC_CHECK_FUNCS(sbrk) # for tcmalloc to get memory 169 AC_SUBST(ac_cv_have_struct_mallinfo, 1) # gperftools/tcmalloc.h needs this 294 # If we support __thread, that can speed up tcmalloc a bit. 409 # We make tcmalloc.so if either heap-profiler or heap-checker is asked for. 420 src/gperftools/tcmalloc.h src/windows/gperftools/tcmalloc.h])
|
/external/chromium/chrome/browser/ |
memory_purger.cc | 25 #include "third_party/tcmalloc/chromium/src/google/malloc_extension.h" 138 // Tell tcmalloc to release any free pages it's still holding.
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap_instance_track.js | 7 base.requireStylesheet('tcmalloc.heap_instance_track'); 15 base.exportTo('tcmalloc', function() {
|
/external/chromium_org/base/process/ |
memory_linux.cc | 63 // If we are using tcmalloc, then the problem is moot since tcmalloc handles
|
process_metrics_unittest.cc | 316 // Detect if we are using tcmalloc 319 if (!chrome_allocator || _stricmp(chrome_allocator, "tcmalloc") == 0) 343 // This test is flaky when using tcmalloc, because tcmalloc
|
/external/chromium_org/third_party/WebKit/Source/ |
config.h | 105 /* On non-OS(MACOSX), the "system malloc" is actually TCMalloc anyway, so there's 106 * no need to use WebKit's copy of TCMalloc. */
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
profiler_unittest.py | 86 23 0.6% 14.2% 76 2.0% tcmalloc::FL_Next 87 23 0.6% 14.8% 95 2.5% tcmalloc::FL_Push
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
internal_logging.cc | 57 namespace tcmalloc { namespace 175 } // end tcmalloc namespace
|
sampler.cc | 57 namespace tcmalloc { namespace 130 } // namespace tcmalloc
|
span.h | 41 namespace tcmalloc { namespace 99 } // namespace tcmalloc
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
internal_logging.cc | 56 namespace tcmalloc { namespace 174 } // end tcmalloc namespace
|
sampler.cc | 57 namespace tcmalloc { namespace 130 } // namespace tcmalloc
|
span.h | 41 namespace tcmalloc { namespace 99 } // namespace tcmalloc
|
common.h | 33 // Common definitions for tcmalloc code. 121 namespace tcmalloc { namespace 244 } // namespace tcmalloc
|
/external/chromium_org/tools/valgrind/tsan/ |
ignores.txt | 78 # Don't instrument tcmalloc 79 src:*/tcmalloc/*
|
/external/chromium_org/base/debug/ |
trace_event_memory.cc | 113 // Because tcmalloc stores one pointer per stack frame this converts N nested 122 // Returns int instead of size_t to match the signature required by tcmalloc. 138 // tcmalloc that we have returned |count| * 2 stack frames. 218 // tcmalloc for details. 404 // Casting strings into pointers is ugly but otherwise tcmalloc would need
|
/external/chromium-trace/trace-viewer/examples/ |
trace_viewer.html | 38 base.require('tcmalloc');
|
/external/chromium_org/content/ |
DEPS | 67 "+third_party/tcmalloc",
|
/external/chromium_org/content/browser/ |
tcmalloc_internals_request_job.cc | 78 data->append("<title>tcmalloc stats</title>");
|