HomeSort by relevance Sort by last modified time
    Searched refs:GetMemoryProfile (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 84 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
sanitizer_procmaps_linux.cc 279 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.h 31 nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgable, mach_vm_size_t &anonymous);
MachVMMemory.cpp 516 MachVMMemory::GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgeable, mach_vm_size_t &anonymous)
MachTask.cpp 369 if (m_vm_memory.GetMemoryProfile(scanType, task, task_info, m_process->GetCPUType(), m_process->ProcessID(), vm_stats, physical_memory, rprvt, rsize, vprvt, vsize, dirty_size, purgeable, anonymous))
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 101 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7);
113 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7);

Completed in 259 milliseconds