#include "shared_fwd.h"
#include "threaded_fwd.h"
#include "type_allocator_fwd.h"
#include <cstddef>
Go to the source code of this file.
|
template<typename T , size_t Min, size_t Max, typename Alloc > |
using | ktl::type_freelist_allocator = type_allocator< T, freelist< Min, Max, Alloc > > |
| Shorthand for a typed freelist allocator. More...
|
|
template<typename T , size_t Min, size_t Max, typename Alloc > |
using | ktl::type_shared_freelist_allocator = type_allocator< T, shared< freelist< Min, Max, Alloc > >> |
| Shorthand for a typed, ref-counted freelist allocator. More...
|
|