layout codes.

This commit is contained in:
hyzboy 2021-03-10 14:26:04 +08:00
parent 5099410616
commit ec44cb756e
2 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ namespace hgl
public:
MemoryBlock(AbstractMemoryAllocator *ama);
MemoryBlock(AbstractMemoryAllocator *ama=new MemoryAllocator);
virtual ~MemoryBlock();
virtual const uint64 GetSize ()const {return memory_allocator->GetSize();}