allocate(size_t n_elements) | temptable::Allocator< T, AllocationScheme > | inline |
Allocator(Block *shared_block, TableResourceMonitor &table_resource_monitor) | temptable::Allocator< T, AllocationScheme > | inline |
Allocator(const Allocator< U > &other) | temptable::Allocator< T, AllocationScheme > | inline |
Allocator(Allocator< U > &&other) noexcept | temptable::Allocator< T, AllocationScheme > | inline |
Allocator(const Allocator &)=default | temptable::Allocator< T, AllocationScheme > | |
const_pointer typedef | temptable::Allocator< T, AllocationScheme > | |
const_reference typedef | temptable::Allocator< T, AllocationScheme > | |
construct(U *mem, Args &&...args) | temptable::Allocator< T, AllocationScheme > | inline |
deallocate(T *ptr, size_t n_elements) | temptable::Allocator< T, AllocationScheme > | inline |
destroy(U *p) | temptable::Allocator< T, AllocationScheme > | inline |
difference_type typedef | temptable::Allocator< T, AllocationScheme > | |
init() | temptable::Allocator< T, AllocationScheme > | inlinestatic |
m_shared_block | temptable::Allocator< T, AllocationScheme > | |
m_state | temptable::Allocator< T, AllocationScheme > | |
m_table_resource_monitor | temptable::Allocator< T, AllocationScheme > | |
operator!=(const Allocator< U > &rhs) const | temptable::Allocator< T, AllocationScheme > | inline |
operator=(const Allocator< U > &)=delete | temptable::Allocator< T, AllocationScheme > | |
operator=(const Allocator< U > &&)=delete | temptable::Allocator< T, AllocationScheme > | |
operator==(const Allocator< U > &rhs) const | temptable::Allocator< T, AllocationScheme > | inline |
pointer typedef | temptable::Allocator< T, AllocationScheme > | |
reference typedef | temptable::Allocator< T, AllocationScheme > | |
size_type typedef | temptable::Allocator< T, AllocationScheme > | |
value_type typedef | temptable::Allocator< T, AllocationScheme > | |
~Allocator() | temptable::Allocator< T, AllocationScheme > | inline |