Searched refs:mib_other_len (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp126 static size_t mib_other_len = 0; local
157 mib_other_len = CTL_MAXNAME;
160 &mib_other_len);
169 if(mib_reserved_len > 0 && mib_unusable_len > 0 && mib_other_len > 0)
194 if(-1 == sysctl(mib_other, mib_other_len, &other,

Completed in 52 milliseconds