Platform-specific implementations of memory-related functions. More...
Functions | |
| void | GetMemorySizesInBytes (size_t *addressSpace, size_t *physicalMemory) |
| Obtain the best possible measure, in bytes, of the virtual address space and the amount of physical RAM installed on the host machine. More... | |
| uint32 | GetPeakMemoryUsageInMegabytes () |
| Obtain the best possible measure, in megabytes, of the maximum amount of memory that this process has ever used. More... | |
| int32 | GetCurrentProcessHandleCount () |
| Obtain current number of open handles this process has. More... | |
Platform-specific implementations of memory-related functions.