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

Method GetAvailablePhysicalMemory

Source/kwsys/SystemInformation.cxx:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724size_t SystemInformation::GetAvailablePhysicalMemory()
725{
726 return this->Implementation->GetAvailablePhysicalMemory();
727}
728
729std::string SystemInformation::GetMemoryDescription(
730 char const* hostLimitEnvVarName, char const* procLimitEnvVarName)

Callers 1

GetValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected