|
RetroArch
|
#include <serialization.h>
Public Member Functions | |
| FixedLinearAllocator () | |
Public Member Functions inherited from LinearAllocator | |
| LinearAllocator () | |
| LinearAllocator (char *buffer, size_t size) | |
| void * | Malloc (size_t size) |
| void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
Public Attributes | |
| char | fixedBuffer_ [Size] |
Public Attributes inherited from LinearAllocator | |
| char * | buffer_ |
| char * | end_ |
Static Public Attributes | |
| static const bool | kNeedFree = false |
Static Public Attributes inherited from LinearAllocator | |
| static const bool | kNeedFree = false |
Additional Inherited Members | |
Static Public Member Functions inherited from LinearAllocator | |
| static void | Free (void *ptr) |
|
inline |
| char FixedLinearAllocator< Size >::fixedBuffer_[Size] |
|
static |
1.8.15