Informations sur une zone mémoire allouée. Plus de détails...
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 93 du fichier CollectionsGlobal.h.
|
inlineexplicit |
Définition à la ligne 98 du fichier CollectionsGlobal.h.
|
inline |
Définition à la ligne 101 du fichier CollectionsGlobal.h.
|
inline |
Définition à la ligne 106 du fichier CollectionsGlobal.h.
|
inline |
Adresse du début de la zone allouée.
Définition à la ligne 113 du fichier CollectionsGlobal.h.
Référencé par Arccore::IMemoryAllocator::copyMemory(), Arccore::IMemoryAllocator::deallocate(), Arccore::AlignedMemoryAllocator3::deallocate(), Arccore::DefaultMemoryAllocator3::deallocate(), Arccore::IMemoryAllocator::reallocate(), Arccore::AlignedMemoryAllocator3::reallocate(), et Arccore::DefaultMemoryAllocator3::reallocate().
|
inline |
Taille en octets de la zone mémoire allouée. (-1) si inconnue.
Définition à la ligne 117 du fichier CollectionsGlobal.h.
|
inline |
Taille en octets de la zone mémoire utilisée. (-1) si inconnue.
Définition à la ligne 115 du fichier CollectionsGlobal.h.
Référencé par TesterMemoryAllocatorV3::notifyMemoryArgsChanged().
void* Arccore::AllocatedMemoryInfo::m_base_address = nullptr |
Définition à la ligne 121 du fichier CollectionsGlobal.h.
Int64 Arccore::AllocatedMemoryInfo::m_capacity = -1 |
Définition à la ligne 123 du fichier CollectionsGlobal.h.
Int64 Arccore::AllocatedMemoryInfo::m_size = -1 |
Définition à la ligne 122 du fichier CollectionsGlobal.h.