Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DSystem.cpp192 #ifdef HW_MEMSIZE in GetRamSize()
194 int mib[2] = { CTL_HW, HW_MEMSIZE }; in GetRamSize()
201 #endif // HW_MEMSIZE in GetRamSize()
/third_party/node/deps/v8/src/base/
H A Dsys-info.cc67 int mib[2] = {CTL_HW, HW_MEMSIZE}; in AmountOfPhysicalMemory()
/third_party/libuv/src/unix/
H A Ddarwin.c119 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
/third_party/mesa3d/src/util/
H A Dos_misc.c241 mib[1] = HW_MEMSIZE; in os_get_total_physical_memory()
/third_party/node/deps/uv/src/unix/
H A Ddarwin.c122 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4304 pub const HW_MEMSIZE: ::c_int = 24; consts

Completed in 16 milliseconds