memory
|
This is the complete list of members for composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > >, including all inherited members.
allocator_type typedef (defined in composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > >) | composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > > | |
try_allocate_array(allocator_type &state, std::size_t count, std::size_t size, std::size_t alignment) noexcept | composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > > | static |
try_allocate_node(allocator_type &state, std::size_t size, std::size_t alignment) noexcept | composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > > | static |
try_deallocate_array(allocator_type &state, void *array, std::size_t count, std::size_t size, std::size_t alignment) noexcept | composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > > | static |
try_deallocate_node(allocator_type &state, void *node, std::size_t size, std::size_t alignment) noexcept | composable_allocator_traits< memory_pool< PoolType, BlockOrRawAllocator > > | static |