Home
last modified time | relevance | path

Searched refs:phys_footprint (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.cpp125 uint64_t &phys_footprint, uint64_t &memory_cap) in GetMemoryProfile() argument
147 phys_footprint = vm_info.phys_footprint; in GetMemoryProfile()
DMachVMMemory.h35 uint64_t &phys_footprint, uint64_t &memory_cap);
DMachTask.mm368 uint64_t phys_footprint = 0;
373 phys_footprint, memory_cap)) {
435 profile_data_stream << "phys_footprint:" << phys_footprint << ';';
/external/libchrome/base/process/
Dprocess_metrics.h120 uint64_t phys_footprint = 0; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp1093 mach_vm_size_t phys_footprint; member