|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::ArenaTreeAllocator< Node >, including all inherited members.
| AbstractTreeNodeAllocator()=default | Aleph::AbstractTreeNodeAllocator< Node > | |
| alloc_lval(const typename Node::key_type &key) override | Aleph::ArenaTreeAllocator< Node > | inlinevirtual |
| alloc_rval(typename Node::key_type &&key) override | Aleph::ArenaTreeAllocator< Node > | inlinevirtual |
| allocated_size() const noexcept | Aleph::ArenaTreeAllocator< Node > | inline |
| arena | Aleph::ArenaTreeAllocator< Node > | |
| ArenaTreeAllocator(const size_t &sz=1024 *1024) | Aleph::ArenaTreeAllocator< Node > | inline |
| ArenaTreeAllocator(const char *base_addr, const size_t &sz) | Aleph::ArenaTreeAllocator< Node > | inline |
| available_size() const noexcept | Aleph::ArenaTreeAllocator< Node > | inline |
| unalloc(Node *p) override | Aleph::ArenaTreeAllocator< Node > | inlinevirtual |
| ~AbstractTreeNodeAllocator()=default | Aleph::AbstractTreeNodeAllocator< Node > | virtual |
| ~ArenaTreeAllocator()=default | Aleph::ArenaTreeAllocator< Node > |