memory
|
Class foonathan::memory::heap_allocator and related functions.
Typedefs | |
using | heap_allocator = FOONATHAN_IMPL_DEFINED(detail::lowlevel_allocator< detail::heap_allocator_impl >) |
A stateless RawAllocator that allocates memory from the heap. More... | |
Functions | |
void * | heap_alloc (std::size_t size) noexcept |
Allocates heap memory. More... | |
void | heap_dealloc (void *ptr, std::size_t size) noexcept |
Deallocates heap memory. More... | |