/external/chromium_org/third_party/tcmalloc/vendor/src/ |
common.cc | 37 namespace tcmalloc { namespace 202 } // namespace tcmalloc
|
sampler.h | 47 namespace tcmalloc { namespace 177 } // namespace tcmalloc
|
debugallocation.cc | 79 #include "tcmalloc.cc" 143 // The do_* functions are defined in tcmalloc/tcmalloc.cc, 146 // TODO(csilvers): get rid of these now that we are tied to tcmalloc. 256 // NOTE: tcmalloc.cc depends on the value of kMagicDeletedByte [all...] |
system-alloc.cc | 86 // TODO(sanjay): Move the code below into the tcmalloc namespace 87 using tcmalloc::kLog; 88 using tcmalloc::Log;
|
thread_cache.cc | 54 namespace tcmalloc { namespace 347 // when linking tcmalloc statically with apps that create threads 503 } // namespace tcmalloc
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
memalign_unittest.cc | 41 // Complicated ordering requirements. tcmalloc.h defines (indirectly) 51 #include "tcmalloc.h" // must come early, to pick up posix_memalign
|
testutil.cc | 178 // This is useful for tcmalloc testing, because each thread is 179 // handled separately in tcmalloc, so there's interesting stuff to
|
tcmalloc_unittest.cc | 31 // Unittest for the TCMalloc implementation. 50 // run some tests that test the inner workings of tcmalloc and 57 // Complicated ordering requirements. tcmalloc.h defines (indirectly) 67 #include "tcmalloc.h" // must come early, to pick up posix_memalign 93 #include "gperftools/tcmalloc.h" 723 // that we used the tcmalloc version of the call, and not the libc. 858 "tcmalloc.pageheap_unmapped_bytes", &bytes)); 981 // does not result in fragmentation. When tcmalloc makes an allocation which [all...] |
/external/chromium_org/tools/deep_memory_profiler/ |
policy.android.browser.json | 6 "mmap-tcmalloc", 81 "name": "mmap-tcmalloc",
|
policy.linux.browser.json | 6 "mmap-tcmalloc", 91 "name": "mmap-tcmalloc",
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 31 // Unittest for the TCMalloc implementation. 50 // run some tests that test the inner workings of tcmalloc and 57 // Complicated ordering requirements. tcmalloc.h defines (indirectly) 67 #include "tcmalloc.h" // must come early, to pick up posix_memalign 93 #include "gperftools/tcmalloc.h" 723 // that we used the tcmalloc version of the call, and not the libc. 858 "tcmalloc.pageheap_unmapped_bytes", &bytes)); 981 // does not result in fragmentation. When tcmalloc makes an allocation which [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
debugallocation.cc | 80 #include "tcmalloc.cc" 141 // The do_* functions are defined in tcmalloc/tcmalloc.cc, 144 // TODO(csilvers): get rid of these now that we are tied to tcmalloc. 254 // NOTE: tcmalloc.cc depends on the value of kMagicDeletedByte [all...] |
libc_override_glibc.h | 54 #include <gperftools/tcmalloc.h>
|
pagemap.h | 172 tcmalloc::update_metadata_system_bytes(size); 173 tcmalloc::update_metadata_unmapped_bytes(size); 193 // shown in the arguments is extended so that tcmalloc can look to see if 262 tcmalloc::update_metadata_unmapped_bytes(-length);
|
/external/chromium_org/content/app/ |
content_main_runner.cc | 56 #include "third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h" 518 ext->GetNumericProperty("tcmalloc.pageheap_unmapped_bytes", 560 // NOTE(willchan): One might ask why these TCMalloc-related calls are done 563 // dependency on TCMalloc. Really, we ought to have our allocator shim code 574 // For tcmalloc, we need to tell it to behave like new.
|
/external/chromium/chrome/common/ |
render_messages.h | 205 // Asks the renderer to send back tcmalloc stats. 348 // Send back tcmalloc stats output. 351 std::string /* tcmalloc debug output */)
|
/external/chromium_org/base/threading/ |
thread_local_storage_win.cc | 69 // Some allocators, such as TCMalloc, make use of thread local storage. 100 // Some allocators, such as TCMalloc, use TLS. As a result, when a thread
|
/external/chromium/build/ |
build_config.h | 84 // Use tcmalloc
|
/external/chromium_org/base/debug/ |
profiler.cc | 19 #include "third_party/tcmalloc/chromium/src/gperftools/profiler.h"
|
trace_event_memory_unittest.cc | 15 #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
|
/external/chromium_org/build/ |
build_config.h | 75 // Use tcmalloc
|
/external/chromium_org/content/child/ |
child_thread.h | 225 // starts profiling the tcmalloc heap.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
wtf.gyp | 155 # mac is the only OS that uses WebKit's copy of TCMalloc.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-arm-generic.h | 163 tcmalloc::Abort();
|
vdso_support.h | 70 // NOTE: this class may be used from within tcmalloc, and can not
|