Home
last modified time | relevance | path

Searched refs:memory_cap (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h35 uint64_t &phys_footprint, uint64_t &memory_cap);
H A DMachVMMemory.cpp171 uint64_t &phys_footprint, uint64_t &memory_cap) in GetMemoryProfile() argument
202 memory_cap = memlimit_properties.memlimit_active; in GetMemoryProfile()
H A DMachTask.mm369 uint64_t memory_cap = 0;
373 phys_footprint, memory_cap)) {
439 profile_data_stream << "mem_cap:" << memory_cap << ';';