MCPcopy Create free account
hub / github.com/Kitware/CMake / GetTotalVirtualMemory

Method GetTotalVirtualMemory

Source/kwsys/SystemInformation.cxx:709–712  ·  view source on GitHub ↗

Retrieve memory information in MiB.

Source from the content-addressed store, hash-verified

707
708// Retrieve memory information in MiB.
709size_t SystemInformation::GetTotalVirtualMemory()
710{
711 return this->Implementation->GetTotalVirtualMemory();
712}
713
714size_t SystemInformation::GetAvailableVirtualMemory()
715{

Callers 3

StartXMLMethod · 0.80
GetValueFunction · 0.80

Calls

no outgoing calls

Tested by 1

StartXMLMethod · 0.64