| allocate_array(std::size_t count, std::size_t node_size) | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| allocate_node(std::size_t node_size) | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| capacity_left() const noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| deallocate_array(void *ptr, std::size_t count, std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| deallocate_node(void *ptr, std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| get_allocator() noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| max_node_size() const noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| memory_pool_collection(std::size_t max_node_size, std::size_t block_size, Args &&... args) | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| memory_pool_collection(memory_pool_collection &&other) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| next_capacity() const noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| operator=(memory_pool_collection &&other) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| pool_capacity_left(std::size_t node_size) const noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| reserve(std::size_t node_size, std::size_t capacity) | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| try_allocate_array(std::size_t count, std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| try_allocate_node(std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| try_deallocate_array(void *ptr, std::size_t count, std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| try_deallocate_node(void *ptr, std::size_t node_size) noexcept | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |
| ~memory_pool_collection() noexcept=default | memory_pool_collection< node_pool, identity_buckets, default_allocator > | |