Represents information about the memory. This class is static.
Public Static Methods | |
| static auto | get_free_physical_memory () noexcept -> xtd::usize |
| Gets the free physical memory in bytes. | |
| static auto | get_free_process_memory () noexcept -> xtd::usize |
| Gets the free process memory in bytes. | |
| static auto | get_free_virtual_memory () noexcept -> xtd::usize |
| Gets the free virtual memory in bytes. | |
| static auto | get_total_physical_memory () noexcept -> xtd::usize |
| Gets the total physical memory in bytes. | |
| static auto | get_total_process_memory () noexcept -> xtd::usize |
| Gets the total physical memory in bytes. | |
| static auto | get_total_virtual_memory () noexcept -> xtd::usize |
| Gets the total virtual memory in bytes. | |
| static auto | get_used_physical_memory () noexcept -> xtd::usize |
| Gets the used physical memory information in bytes. | |
| static auto | get_used_process_memory () noexcept -> xtd::usize |
| Gets the used physical memory in bytes. | |
| static auto | get_used_virtual_memory () noexcept -> xtd::usize |
| Gets the used virtual memory in bytes. | |
|
staticnodiscardnoexcept |
Gets the free physical memory in bytes.
|
staticnodiscardnoexcept |
Gets the free process memory in bytes.
|
staticnodiscardnoexcept |
Gets the free virtual memory in bytes.
|
staticnodiscardnoexcept |
Gets the total physical memory in bytes.
|
staticnodiscardnoexcept |
Gets the total physical memory in bytes.
|
staticnodiscardnoexcept |
Gets the total virtual memory in bytes.
|
staticnodiscardnoexcept |
Gets the used physical memory information in bytes.
|
staticnodiscardnoexcept |
Gets the used physical memory in bytes.
|
staticnodiscardnoexcept |
Gets the used virtual memory in bytes.