Home
last modified time | relevance | path

Searched refs:type_profiler (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/base/allocator/
Dtype_profiler.cc17 base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept;
18 base::type_profiler::InterceptFunction* g_delete_intercept = NopIntercept;
35 namespace type_profiler { namespace
Dallocator.gyp331 # It is undoing dependencies and cflags_cc for type_profiler which
334 'type_profiler',
444 # It is undoing dependencies and cflags_cc for type_profiler which
447 'type_profiler',
543 # type_profiler which build/common.gypi injects into all targets.
546 'target_name': 'type_profiler',
549 'type_profiler',
558 'type_profiler.cc',
559 'type_profiler.h',
568 'type_profiler',
[all …]
Dtype_profiler_control.h11 namespace type_profiler {
Dtype_profiler_control.cc8 namespace type_profiler { namespace
Dtype_profiler_tcmalloc.h14 namespace type_profiler {
Dtype_profiler.h14 namespace type_profiler {
Dtype_profiler_tcmalloc.cc14 namespace type_profiler { namespace
Dtype_profiler_map_unittest.cc17 namespace type_profiler { namespace
Dtype_profiler_unittest.cc23 namespace type_profiler { namespace
/external/chromium_org/content/app/
Dcontent_main_runner.cc505 base::type_profiler::InterceptFunctions::SetFunctions( in Initialize()
506 base::type_profiler::NewInterceptForTCMalloc, in Initialize()
507 base::type_profiler::DeleteInterceptForTCMalloc); in Initialize()
/external/chromium_org/base/process/
Dlaunch_posix.cc368 base::type_profiler::Controller::Stop(); in LaunchProcess()
565 base::type_profiler::Controller::Stop(); in GetAppOutputInternal()
/external/chromium_org/tools/deep_memory_profiler/tests/output/
Dbuckets7 …aseType(@?) EraseType(@?) AddressMap::Insert(@?) InsertType(@?) base::type_profiler::NewInterceptF…
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm328 0000000002126420 t base::type_profiler::InterceptFunctions::SetFunctions(void* (*)(void*, unsigned …
330 00000000021264e0 t base::type_profiler::InterceptFunctions::ResetFunctions()<00000000021264e0>
331 0000000002126500 t base::type_profiler::InterceptFunctions::IsAvailable()<0000000002126500>
894 000000000674ea30 t base::type_profiler::NewInterceptForTCMalloc(void*, unsigned long, std::type_inf…
895 000000000674ea80 t base::type_profiler::DeleteInterceptForTCMalloc(void*, unsigned long, std::type_…
/external/chromium_org/build/
Dcommon.gypi2394 '<(DEPTH)/base/allocator/allocator.gyp:type_profiler',