Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h31 nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task,
H A DMachVMMemory.cpp167 nub_bool_t MachVMMemory::GetMemoryProfile( in GetMemoryProfile() function in MachVMMemory
H A DMachTask.mm370 if (m_vm_memory.GetMemoryProfile(scanType, task, task_info,
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp43 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
H A Dsanitizer_procmaps_common.cpp149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
H A Dsanitizer_fuchsia.cpp386 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_win.cpp1144 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_allocator_primary64.h332 GetMemoryProfile(FillMemoryProfile, rss_stats); in PrintStats()
H A Dsanitizer_common.h203 void GetMemoryProfile(fill_profile_f cb, uptr *stats);
H A Dsanitizer_mac.cpp1297 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp121 GetMemoryProfile(FillProfileCallback, mem); in WriteMemoryProfile()