3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bx/AllocatorI.h"
14 virtual ~DefaultAllocator() ;
16 virtual void* realloc(
void* _ptr, uint64 _size, uint64 _align,
char const* _file, uint _line) ;
22 MCAPI DefaultAllocator();
40 MCAPI
void* $realloc(
void* _ptr, uint64 _size, uint64 _align,
char const* _file, uint _line);
Definition DefaultAllocator.h:7
static MCAPI void ** $vftable()