Home
last modified time | relevance | path

Searched refs:GetMemoryProfile (Results 1 – 6 of 6) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.h31 …nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info t…
DMachVMMemory.cpp516 MachVMMemory::GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info… in GetMemoryProfile() function in MachVMMemory
DMachTask.cpp369 …if (m_vm_memory.GetMemoryProfile(scanType, task, task_info, m_process->GetCPUType(), m_process->Pr… in GetProfileData()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h87 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
Dsanitizer_procmaps_common.cc155 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc114 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()