C-runtime library allocator. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/allocators.h>
Fonctions membres publiques | |
void * | Malloc (size_t size) |
void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
Fonctions membres publiques statiques | |
static void | Free (void *ptr) |
Attributs publics statiques | |
static const bool | kNeedFree = true |
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
Définition à la ligne 76 du fichier allocators.h.
|
inlinestatic |
Définition à la ligne 93 du fichier allocators.h.
|
inline |
Définition à la ligne 79 du fichier allocators.h.
|
inline |
Définition à la ligne 85 du fichier allocators.h.
|
static |
Définition à la ligne 78 du fichier allocators.h.