Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::heap_allocator Struct Reference

Malloc based allocator. More...

#include <kwk/utility/memory/heap_allocator.hpp>

Detailed Description

Malloc based allocator.

Model of the kwk::concepts::allocator concept. kwk::heap allocates and deallocates memory block on the heap using malloc and free.