Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
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

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().

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines