#include <BuddyAllocator.hpp>
◆ PointerType
◆ BuddyAllocatorTraits()
castor::BuddyAllocatorTraits::BuddyAllocatorTraits |
( |
size_t | size | ) |
|
|
inlineexplicit |
Constructeur.
- Paramètres
-
[in] | size | La taille de l'allocateur. |
◆ getNull()
Block castor::BuddyAllocatorTraits::getNull |
( |
| ) |
const |
|
inline |
- Renvoie
- Le block mémoire nul.
Référencé par isNull().
◆ getOffset()
size_t castor::BuddyAllocatorTraits::getOffset |
( |
PointerType | pointer | ) |
const |
|
inline |
Récupère le décalage en mémoire d'un block.
- Paramètres
-
[in] | pointer | Le bloc mémoire. |
- Renvoie
- Le décalage.
◆ getPointer()
PointerType castor::BuddyAllocatorTraits::getPointer |
( |
uint32_t | offset | ) |
|
|
inline |
Crée un bloc de mémoire.
- Paramètres
-
[in] | offset | Le décalage en mémoire du bloc. |
- Renvoie
- Le block.
◆ getSize()
size_t castor::BuddyAllocatorTraits::getSize |
( |
| ) |
const |
|
inline |
- Renvoie
- La taille de l'allocateur.
◆ isNull()
bool castor::BuddyAllocatorTraits::isNull |
( |
PointerType | pointer | ) |
const |
|
inline |
La documentation de cette structure a été générée à partir du fichier suivant :