Searched refs:GetMemoryProfile (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.h | 31 nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task,
|
D | MachVMMemory.cpp | 121 nub_bool_t MachVMMemory::GetMemoryProfile( in GetMemoryProfile() function in MachVMMemory
|
D | MachTask.mm | 370 if (m_vm_memory.GetMemoryProfile(scanType, task, task_info,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps.h | 86 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
D | sanitizer_procmaps_common.cc | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_common.cpp | 148 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
|
D | sanitizer_fuchsia.cpp | 405 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile() function
|
D | sanitizer_common.h | 191 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
D | sanitizer_allocator_primary64.h | 259 GetMemoryProfile(FillMemoryProfile, rss_stats, kNumClasses); in PrintStats()
|
D | sanitizer_win.cpp | 1103 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
D | sanitizer_mac.cpp | 1235 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 116 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cpp | 132 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()
|