Searched refs:physical_memory (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachVMMemory.cpp | 155 static uint64_t physical_memory = 0; in GetPhysicalMemory() local 158 return physical_memory; in GetPhysicalMemory() 160 size_t len = sizeof(physical_memory); in GetPhysicalMemory() 161 sysctlbyname("hw.memsize", &physical_memory, &len, NULL, 0); in GetPhysicalMemory() 164 return physical_memory; in GetPhysicalMemory() 170 uint64_t &physical_memory, uint64_t &anonymous, in GetMemoryProfile() argument 174 physical_memory = GetPhysicalMemory(); in GetMemoryProfile()
|
| H A D | MachVMMemory.h | 34 uint64_t &physical_memory, uint64_t &anonymous,
|
| H A D | MachTask.mm | 366 uint64_t physical_memory = 0; 372 physical_memory, anonymous, 419 profile_data_stream << "total:" << physical_memory << ';'; 426 (physical_memory / pagesize) -
|