MOAB: Mesh Oriented datABase
(version 5.4.1)
|
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 |
unsigned long long MemStats::adjacency_amortized |
Definition at line 138 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
unsigned long long MemStats::adjacency_storage |
Definition at line 137 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
unsigned long long MemStats::entity_amortized |
Definition at line 136 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
unsigned long long MemStats::entity_storage |
Definition at line 135 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
unsigned long long MemStats::tag_amortized |
Definition at line 140 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
unsigned long long MemStats::tag_storage |
Definition at line 139 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().
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().
unsigned long long MemStats::total_storage |
Definition at line 133 of file mbmem.cpp.
Referenced by get_mem_stats(), and print_memory_stats().