C-runtime library allocator.
Plus de détails...
#include <arcane/utils/internal/json/rapidjson/allocators.h>
|
| static void | Free (void *ptr) RAPIDJSON_NOEXCEPT |
| |
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
- Note
- implements Allocator concept
Définition à la ligne 84 du fichier allocators.h.
◆ Free()
| static void CrtAllocator::Free |
( |
void * | ptr | ) |
|
|
inlinestatic |
◆ Malloc()
| void * CrtAllocator::Malloc |
( |
size_t | size | ) |
|
|
inline |
◆ operator!=()
| bool CrtAllocator::operator!= |
( |
const CrtAllocator & | | ) |
const |
|
inline |
◆ operator==()
| bool CrtAllocator::operator== |
( |
const CrtAllocator & | | ) |
const |
|
inline |
◆ Realloc()
| void * CrtAllocator::Realloc |
( |
void * | originalPtr, |
|
|
size_t | originalSize, |
|
|
size_t | newSize ) |
|
inline |
◆ kNeedFree
| const bool CrtAllocator::kNeedFree = true |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :