Searched refs:type_profiler (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/base/allocator/ |
D | type_profiler.cc | 17 base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept; 18 base::type_profiler::InterceptFunction* g_delete_intercept = NopIntercept; 35 namespace type_profiler { namespace
|
D | allocator.gyp | 331 # 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 …]
|
D | type_profiler_control.h | 11 namespace type_profiler {
|
D | type_profiler_control.cc | 8 namespace type_profiler { namespace
|
D | type_profiler_tcmalloc.h | 14 namespace type_profiler {
|
D | type_profiler.h | 14 namespace type_profiler {
|
D | type_profiler_tcmalloc.cc | 14 namespace type_profiler { namespace
|
D | type_profiler_map_unittest.cc | 17 namespace type_profiler { namespace
|
D | type_profiler_unittest.cc | 23 namespace type_profiler { namespace
|
/external/chromium_org/content/app/ |
D | content_main_runner.cc | 505 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/ |
D | launch_posix.cc | 368 base::type_profiler::Controller::Stop(); in LaunchProcess() 565 base::type_profiler::Controller::Stop(); in GetAppOutputInternal()
|
/external/chromium_org/tools/deep_memory_profiler/tests/output/ |
D | buckets | 7 …aseType(@?) EraseType(@?) AddressMap::Insert(@?) InsertType(@?) base::type_profiler::NewInterceptF…
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
D | chrome.abcdef.nm | 328 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/ |
D | common.gypi | 2394 '<(DEPTH)/base/allocator/allocator.gyp:type_profiler',
|