3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bx/MemoryBlockI.h"
19 ::ll::TypedStorage<8, 8, ::bx::AllocatorI*> m_allocator;
20 ::ll::TypedStorage<8, 8, void*> m_data;
21 ::ll::TypedStorage<4, 4, uint> m_size;
27 virtual ~MemoryBlock() =
default;
29 virtual void* more(uint) ;
31 virtual uint getSize() ;
Definition MemoryBlock.h:7
Definition AllocatorI.h:7