#include <NonAlignedMemoryAllocator.hpp>
|
static uint8_t * | allocate (size_t size) |
| Allocates memory.
|
|
static void | deallocate (uint8_t *space) noexcept |
| Frees the given memory.
|
|
◆ allocate()
static uint8_t * castor::NonAlignedMemoryAllocator::allocate |
( |
size_t | size | ) |
|
|
inlinestatic |
Allocates memory.
- Returns
- The allocated space memory address.
◆ deallocate()
static void castor::NonAlignedMemoryAllocator::deallocate |
( |
uint8_t * | space | ) |
|
|
inlinestaticnoexcept |
Frees the given memory.
- Parameters
-
[in] | space | The memory to free. |
The documentation for this class was generated from the following file: