mitteLib
|
#include <tracker_allocator.hpp>
Public Types | |
using | value_type = T |
Public Member Functions | |
tracker_allocator () noexcept=default | |
tracker_allocator (tracker_allocator &&) noexcept=default | |
tracker_allocator (tracker_allocator const &) noexcept=default | |
template<class U > | |
tracker_allocator (tracker_allocator< U > const &) noexcept | |
value_type * | allocate (std::size_t n) |
void | deallocate (value_type *p, std::size_t n) |
using mlab::tracker_allocator< T >::value_type = T |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |
|
inline |