#include <serialization.h>
◆ LinearAllocator() [1/2]
LinearAllocator::LinearAllocator |
( |
| ) |
|
|
inline |
◆ LinearAllocator() [2/2]
LinearAllocator::LinearAllocator |
( |
char * |
buffer, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ Free()
static void LinearAllocator::Free |
( |
void * |
ptr | ) |
|
|
inlinestatic |
◆ Malloc()
void* LinearAllocator::Malloc |
( |
size_t |
size | ) |
|
|
inline |
◆ Realloc()
void* LinearAllocator::Realloc |
( |
void * |
originalPtr, |
|
|
size_t |
originalSize, |
|
|
size_t |
newSize |
|
) |
| |
|
inline |
◆ buffer_
char* LinearAllocator::buffer_ |
◆ end_
char* LinearAllocator::end_ |
◆ kNeedFree
The documentation for this class was generated from the following file: