xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::memory Class Referencefinal

Definition

Contains memory native API.

Namespace
xtd::native
Library
xtd.core.native
Warning
Internal use only

Protected Static Methods

static size_t get_total_physical_memory ()
 Gets the total physical memory in bytes.
 
static size_t get_total_process_memory ()
 Gets the total process memory in bytes.
 
static size_t get_total_virtual_memory ()
 Gets the total virtual memory in bytes.
 
static size_t get_used_physical_memory ()
 Gets the used physical memory in bytes.
 
static size_t get_used_process_memory ()
 Gets the used process memory in bytes.
 
static size_t get_used_virtual_memory ()
 Gets the used virtual memory in bytes.
 

Member Function Documentation

◆ get_total_physical_memory()

static size_t xtd::native::memory::get_total_physical_memory ( )
staticprotected

Gets the total physical memory in bytes.

Returns
The total physical memory value.
Warning
Internal use only

◆ get_total_process_memory()

static size_t xtd::native::memory::get_total_process_memory ( )
staticprotected

Gets the total process memory in bytes.

Returns
The total process memory value.
Warning
Internal use only

◆ get_total_virtual_memory()

static size_t xtd::native::memory::get_total_virtual_memory ( )
staticprotected

Gets the total virtual memory in bytes.

Returns
The total virtual memory value.
Warning
Internal use only

◆ get_used_physical_memory()

static size_t xtd::native::memory::get_used_physical_memory ( )
staticprotected

Gets the used physical memory in bytes.

Returns
The used physical memory value.
Warning
Internal use only

◆ get_used_process_memory()

static size_t xtd::native::memory::get_used_process_memory ( )
staticprotected

Gets the used process memory in bytes.

Returns
The used process memory value.
Warning
Internal use only

◆ get_used_virtual_memory()

static size_t xtd::native::memory::get_used_virtual_memory ( )
staticprotected

Gets the used virtual memory in bytes.

Returns
The used virtual memory value.
Warning
Internal use only

The documentation for this class was generated from the following file: