#include "type_allocator_fwd.h"
#include <atomic>
Go to the source code of this file.
|
template<typename Alloc > |
using | ktl::atomic_shared = shared< Alloc, std::atomic > |
| Shorthand for an atomic-ref-counted allocator. More...
|
|
template<typename T , typename Alloc > |
using | ktl::type_shared = type_allocator< T, shared< Alloc > > |
| Shorthand for a typed, ref-counted allocator. More...
|
|
template<typename T , typename Alloc > |
using | ktl::type_atomic_shared = type_allocator< T, atomic_shared< Alloc > > |
| Shorthand for a typed, atomic-ref-counted allocator. More...
|
|