![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
Memory allocator. More...
#include <AlignedMemoryAllocator.hpp>
Static Public Member Functions | |
| static uint8_t * | allocate (size_t size) |
| Allocates memory. | |
| static void | deallocate (uint8_t *space) noexcept |
| Frees the given memory. | |
Memory allocator.
|
inlinestatic |
Allocates memory.
References castor::alignedAlloc().

|
inlinestaticnoexcept |
Frees the given memory.
| [in] | space | The memory to free. |
References castor::alignedFree().
