|
KTL
|
#include "../utility/aligned_malloc.h"#include "../utility/alignment.h"#include "../utility/assert.h"#include "../utility/empty_base.h"#include "../utility/meta.h"#include "cascading_fwd.h"#include "type_allocator.h"#include <memory>#include <type_traits>Go to the source code of this file.
Classes | |
| class | ktl::cascading< Alloc > |
| An allocator which owns multiple instances of a given sub allocator. When allocating it will attempt to use the first available allocator. Upon failure it will instead create a new instance and allocate from it. More... | |
Namespaces | |
| ktl | |