C-runtime library allocator. Plus de détails...
Fonctions membres publiques | |
| void * | Malloc (size_t size) |
| void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
| bool | operator== (const CrtAllocator &) const RAPIDJSON_NOEXCEPT |
| bool | operator!= (const CrtAllocator &) const RAPIDJSON_NOEXCEPT |
Fonctions membres publiques statiques | |
| static void | Free (void *ptr) RAPIDJSON_NOEXCEPT |
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 84 du fichier allocators.h.
|
inlinestatic |
Définition à la ligne 101 du fichier allocators.h.
|
inline |
Définition à la ligne 87 du fichier allocators.h.
|
inline |
Définition à la ligne 106 du fichier allocators.h.
|
inline |
Définition à la ligne 103 du fichier allocators.h.
|
inline |
Définition à la ligne 93 du fichier allocators.h.
|
static |
Définition à la ligne 86 du fichier allocators.h.