KTL
|
#include "../utility/assert.h"
#include "../utility/alignment.h"
#include "linear_allocator_fwd.h"
#include <memory>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ktl::linear_allocator< Size > |
A linear allocator which gives out chunks of its internal stack. Increments a counter during allocation, which makes it very fast but also unlikely to deallocate it again. Has a max allocation size of the Size given. More... | |
Namespaces | |
ktl | |