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