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

Method GetTotalPhysicalMemory

Source/kwsys/SystemInformation.cxx:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719size_t SystemInformation::GetTotalPhysicalMemory()
720{
721 return this->Implementation->GetTotalPhysicalMemory();
722}
723
724size_t SystemInformation::GetAvailablePhysicalMemory()
725{

Callers 3

StartXMLMethod · 0.80
GetValueFunction · 0.80

Calls

no outgoing calls

Tested by 1

StartXMLMethod · 0.64