Informations sur une zone mémoire allouée. Plus de détails...
#include <arccore/collections/CollectionsGlobal.h>
Fonctions membres publiques | |
AllocatedMemoryInfo (void *base_address) | |
AllocatedMemoryInfo (void *base_address, Int64 size) | |
AllocatedMemoryInfo (void *base_address, Int64 size, Int64 capacity) | |
void * | baseAddress () const |
Adresse du début de la zone allouée. | |
Int64 | size () const |
Taille en octets de la zone mémoire utilisée. (-1) si inconnue. | |
Int64 | capacity () const |
Taille en octets de la zone mémoire allouée. (-1) si inconnue. | |
Attributs publics | |
void * | m_base_address = nullptr |
Int64 | m_size = -1 |
Int64 | m_capacity = -1 |
Informations sur une zone mémoire allouée.
Définition à la ligne 153 du fichier CollectionsGlobal.h.
|
inlineexplicit |
Définition à la ligne 158 du fichier CollectionsGlobal.h.
Définition à la ligne 161 du fichier CollectionsGlobal.h.
|
inline |
Définition à la ligne 166 du fichier CollectionsGlobal.h.
|
inline |
Adresse du début de la zone allouée.
Définition à la ligne 173 du fichier CollectionsGlobal.h.
Référencé par Arccore::IMemoryAllocator::copyMemory().
|
inline |
Taille en octets de la zone mémoire allouée. (-1) si inconnue.
Définition à la ligne 177 du fichier CollectionsGlobal.h.
|
inline |
Taille en octets de la zone mémoire utilisée. (-1) si inconnue.
Définition à la ligne 175 du fichier CollectionsGlobal.h.
Référencé par Arccore::IMemoryAllocator::copyMemory().
Définition à la ligne 181 du fichier CollectionsGlobal.h.
Int64 Arccore::AllocatedMemoryInfo::m_capacity = -1 |
Définition à la ligne 183 du fichier CollectionsGlobal.h.
Int64 Arccore::AllocatedMemoryInfo::m_size = -1 |
Définition à la ligne 182 du fichier CollectionsGlobal.h.