Informations sur une zone mémoire allouée.
Plus de détails...
#include <arccore/collections/CollectionsGlobal.h>
Informations sur une zone mémoire allouée.
Définition à la ligne 164 du fichier CollectionsGlobal.h.
◆ AllocatedMemoryInfo() [1/3]
Arcane::AllocatedMemoryInfo::AllocatedMemoryInfo |
( |
void * | base_address | ) |
|
|
inlineexplicit |
◆ AllocatedMemoryInfo() [2/3]
Arcane::AllocatedMemoryInfo::AllocatedMemoryInfo |
( |
void * | base_address, |
|
|
Int64 | size ) |
|
inline |
◆ AllocatedMemoryInfo() [3/3]
Arcane::AllocatedMemoryInfo::AllocatedMemoryInfo |
( |
void * | base_address, |
|
|
Int64 | size, |
|
|
Int64 | capacity ) |
|
inline |
◆ baseAddress()
void * Arcane::AllocatedMemoryInfo::baseAddress |
( |
| ) |
const |
|
inline |
◆ capacity()
Int64 Arcane::AllocatedMemoryInfo::capacity |
( |
| ) |
const |
|
inline |
Taille en octets de la zone mémoire allouée. (-1) si inconnue.
Définition à la ligne 188 du fichier CollectionsGlobal.h.
◆ size()
Int64 Arcane::AllocatedMemoryInfo::size |
( |
| ) |
const |
|
inline |
Taille en octets de la zone mémoire utilisée. (-1) si inconnue.
Définition à la ligne 186 du fichier CollectionsGlobal.h.
◆ m_base_address
void* Arcane::AllocatedMemoryInfo::m_base_address = nullptr |
◆ m_capacity
Int64 Arcane::AllocatedMemoryInfo::m_capacity = -1 |
◆ m_size
Int64 Arcane::AllocatedMemoryInfo::m_size = -1 |
La documentation de cette classe a été générée à partir du fichier suivant :