WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator > Member List

This is the complete list of members for wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >, including all inherited members.

allocate_array(std::size_t count, std::size_t node_size)wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
allocate_node(std::size_t node_size)wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
allocator_type typedefwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >
bucket_distribution typedefwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >
capacity_left() const noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
deallocate_array(void *ptr, std::size_t count, std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
deallocate_node(void *ptr, std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
get_allocator() noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
max_node_size() const noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
memory_pool_collection(std::size_t max_node_size, std::size_t block_size, Args &&... args)wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
memory_pool_collection(memory_pool_collection &&other) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
next_capacity() const noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
operator=(memory_pool_collection &&other) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
pool_capacity_left(std::size_t node_size) const noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
pool_type typedefwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >
reserve(std::size_t node_size, std::size_t capacity)wpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
try_allocate_array(std::size_t count, std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
try_allocate_node(std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
try_deallocate_array(void *ptr, std::size_t count, std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
try_deallocate_node(void *ptr, std::size_t node_size) noexceptwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >inline
~memory_pool_collection() noexcept=defaultwpi::memory::memory_pool_collection< PoolType, BucketDistribution, BlockOrRawAllocator >