C-runtime library allocator.
More...
|
void * | Malloc (size_t size) |
|
void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
|
|
static void | Free (void *ptr) |
|
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
- Note
- implements Allocator concept
◆ Free()
static void CrtAllocator::Free |
( |
void * |
ptr | ) |
|
|
inlinestatic |
◆ Malloc()
void* CrtAllocator::Malloc |
( |
size_t |
size | ) |
|
|
inline |
◆ Realloc()
void* CrtAllocator::Realloc |
( |
void * |
originalPtr, |
|
|
size_t |
originalSize, |
|
|
size_t |
newSize |
|
) |
| |
|
inline |
◆ kNeedFree
const bool CrtAllocator::kNeedFree = true |
|
static |
The documentation for this class was generated from the following file: