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

Method GetAvailableVirtualMemory

Source/kwsys/SystemInformation.cxx:714–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714size_t SystemInformation::GetAvailableVirtualMemory()
715{
716 return this->Implementation->GetAvailableVirtualMemory();
717}
718
719size_t SystemInformation::GetTotalPhysicalMemory()
720{

Callers 1

GetValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected