Memory usage information for connectivities. More...
#include <arcane/core/internal/IIncrementalItemConnectivityInternal.h>
Public Attributes | |
| Int64 | m_total_size = 0 |
| Total number of Int32 used (corresponds to the sum of size()). | |
| Int64 | m_total_capacity = 0 |
| Total number of Int32 allocated (corresponds to the sum of capacity()). | |
Memory usage information for connectivities.
Definition at line 34 of file IIncrementalItemConnectivityInternal.h.
| Int64 Arcane::ItemConnectivityMemoryInfo::m_total_capacity = 0 |
Total number of Int32 allocated (corresponds to the sum of capacity()).
Definition at line 41 of file IIncrementalItemConnectivityInternal.h.
| Int64 Arcane::ItemConnectivityMemoryInfo::m_total_size = 0 |
Total number of Int32 used (corresponds to the sum of size()).
Definition at line 39 of file IIncrementalItemConnectivityInternal.h.