The OpenD Programming Language

os_physical_mem

Get the size of available physical memory

version(Posix)
nothrow @nogc
static if(usePosix_osmemory_os_physical_mem)
ulong
os_physical_mem
()

Return Value

Type: ulong

size of installed physical RAM

Meta