Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
MemStats Struct Reference

Public Attributes

unsigned long long total_storage
 
unsigned long long total_amortized
 
unsigned long long entity_storage
 
unsigned long long entity_amortized
 
unsigned long long adjacency_storage
 
unsigned long long adjacency_amortized
 
unsigned long long tag_storage
 
unsigned long long tag_amortized
 

Detailed Description

Definition at line 131 of file mbmem.cpp.

Member Data Documentation

◆ adjacency_amortized

unsigned long long MemStats::adjacency_amortized

Definition at line 138 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ adjacency_storage

unsigned long long MemStats::adjacency_storage

Definition at line 137 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ entity_amortized

unsigned long long MemStats::entity_amortized

Definition at line 136 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ entity_storage

unsigned long long MemStats::entity_storage

Definition at line 135 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ tag_amortized

unsigned long long MemStats::tag_amortized

Definition at line 140 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ tag_storage

unsigned long long MemStats::tag_storage

Definition at line 139 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().

◆ total_amortized

unsigned long long MemStats::total_amortized

Definition at line 134 of file mbmem.cpp.

Referenced by get_mem_stats(), is_zero(), and print_memory_stats().

◆ total_storage

unsigned long long MemStats::total_storage

Definition at line 133 of file mbmem.cpp.

Referenced by get_mem_stats(), and print_memory_stats().


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