memory
|
Class foonathan::memory::heap_allocator and related functions.
Typedefs | |
using | heap_allocator = implementation_defined |
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. | |