Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ItemConnectivityMemoryInfo Class Reference

Memory usage information for connectivities. More...

#include <arcane/core/internal/IIncrementalItemConnectivityInternal.h>

Collaboration diagram for Arcane::ItemConnectivityMemoryInfo:

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

Detailed Description

Memory usage information for connectivities.

Definition at line 34 of file IIncrementalItemConnectivityInternal.h.

Member Data Documentation

◆ m_total_capacity

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.

◆ m_total_size

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.


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