Malloc based allocator. More...
#include <kwk/utility/memory/heap_allocator.hpp>
Malloc based allocator.
Model of the kwk::concepts::allocator concept. kwk::heap allocates and deallocates memory block on the heap using malloc and free.
malloc
free