#include "../utility/assert.h"
#include "../utility/empty_base.h"
#include "../utility/meta.h"
#include "freelist_fwd.h"
#include "type_allocator.h"
#include <cstddef>
#include <memory>
#include <type_traits>
Go to the source code of this file.
|
class | ktl::freelist< Min, Max, Alloc > |
| An allocator which allocates using its underlying allocator. Only allocates if the requested size is within the Min and Max range When deallocating it chains the memory in a linked list, which can then be reused. More...
|
|