allocate_array(std::size_t n) | memory_pool< PoolType, BlockOrRawAllocator > | |
allocate_node() | memory_pool< PoolType, BlockOrRawAllocator > | |
allocator_type typedef (defined in memory_pool< PoolType, BlockOrRawAllocator >) | memory_pool< PoolType, BlockOrRawAllocator > | |
capacity_left() const noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
deallocate_array(void *ptr, std::size_t n) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
deallocate_node(void *ptr) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
get_allocator() noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
memory_pool(std::size_t node_size, std::size_t block_size, Args &&... args) | memory_pool< PoolType, BlockOrRawAllocator > | |
memory_pool(memory_pool &&other) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
min_block_size(std::size_t node_size, std::size_t number_of_nodes) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | static |
min_node_size (defined in memory_pool< PoolType, BlockOrRawAllocator >) | memory_pool< PoolType, BlockOrRawAllocator > | static |
next_capacity() const noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
node_size() const noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
operator=(memory_pool &&other) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
owns(const void *ptr) const noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
pool_type typedef (defined in memory_pool< PoolType, BlockOrRawAllocator >) | memory_pool< PoolType, BlockOrRawAllocator > | |
try_allocate_array(std::size_t n) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
try_allocate_node() noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
try_deallocate_array(void *ptr, std::size_t n) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
try_deallocate_node(void *ptr) noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |
~memory_pool() noexcept | memory_pool< PoolType, BlockOrRawAllocator > | |