memory
memory_pool< PoolType, BlockOrRawAllocator > Member List

This is the complete list of members for memory_pool< PoolType, BlockOrRawAllocator >, including all inherited members.

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 noexceptmemory_pool< PoolType, BlockOrRawAllocator >
deallocate_array(void *ptr, std::size_t n) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
deallocate_node(void *ptr) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
get_allocator() noexceptmemory_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) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
min_block_size(std::size_t node_size, std::size_t number_of_nodes) noexceptmemory_pool< PoolType, BlockOrRawAllocator >static
min_node_size (defined in memory_pool< PoolType, BlockOrRawAllocator >)memory_pool< PoolType, BlockOrRawAllocator >static
next_capacity() const noexceptmemory_pool< PoolType, BlockOrRawAllocator >
node_size() const noexceptmemory_pool< PoolType, BlockOrRawAllocator >
operator=(memory_pool &&other) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
owns(const void *ptr) const noexceptmemory_pool< PoolType, BlockOrRawAllocator >
pool_type typedef (defined in memory_pool< PoolType, BlockOrRawAllocator >)memory_pool< PoolType, BlockOrRawAllocator >
try_allocate_array(std::size_t n) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
try_allocate_node() noexceptmemory_pool< PoolType, BlockOrRawAllocator >
try_deallocate_array(void *ptr, std::size_t n) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
try_deallocate_node(void *ptr) noexceptmemory_pool< PoolType, BlockOrRawAllocator >
~memory_pool() noexceptmemory_pool< PoolType, BlockOrRawAllocator >