Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.cpp123 static int mib_other[CTL_MAXNAME]; in GetStolenPages() local
159 r = sysctlnametomib("machdep.memmap.Other", mib_other, in GetStolenPages()
194 if(-1 == sysctl(mib_other, mib_other_len, &other, in GetStolenPages()