Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
714
size_t SystemInformation::GetAvailableVirtualMemory()
715
{
716
return this->Implementation->GetAvailableVirtualMemory();
717
}
718
719
size_t SystemInformation::GetTotalPhysicalMemory()
720
{
Callers
1
GetValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected