Contains memory native API. 
- Namespace
 - xtd::native 
 
- Library
 - xtd.core.native
 
- Warning
 - Internal use only 
 
 
◆ 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: