|
memory
|
Class heap_allocator and related functions.
Typedefs | |
| using | heap_allocator |
| A stateless RawAllocator that allocates memory from the heap. | |
Functions | |
| void * | heap_alloc (std::size_t size) noexcept |
| Allocates heap memory. | |
| void | heap_dealloc (void *ptr, std::size_t size) noexcept |
| Deallocates heap memory. | |
1.13.2