Note
You have to include the header MemoryAllocator.h.
MemoryAllocator::
Alloc
(size_t
size, size_t alignment) = 0Allocates a block of memory
MemoryAllocator::
Realloc
(void
*data, size_t newSize, size_t
alignment) = 0Reallocates a block of memory
MemoryAllocator::
Free
(void
*data) = 0Frees a block of memory
Copyright © 2022 · All Rights Reserved · Wysilab