allocate_array(std::size_t count, std::size_t size, std::size_t alignment) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocate_node(std::size_t size, std::size_t alignment) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_storage()=default | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_storage(Alloc &&alloc, FOONATHAN_SFINAE(new storage_policy(detail::forward< Alloc >(alloc)))) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_storage(const allocator_storage< OtherPolicy, no_mutex > &other, FOONATHAN_SFINAE(new storage_policy(other.get_allocator()))) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_storage(allocator_storage &&other) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_storage(const allocator_storage &)=default | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
allocator_type typedef (defined in allocator_storage< direct_storage< RawAllocator >, no_mutex >) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
get_allocator() noexcept -> decltype(std::declval< storage_policy >().get_allocator()) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
get_allocator() const noexcept -> decltype(std::declval< const storage_policy >().get_allocator()) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
is_composable() const noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
is_stateful typedef (defined in allocator_storage< direct_storage< RawAllocator >, no_mutex >) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
lock() noexcept -> FOONATHAN_IMPL_DEFINED(decltype(detail::lock_allocator(std::declval< storage_policy >().get_allocator(), std::declval< actual_mutex & >()))) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
lock() const noexcept -> FOONATHAN_IMPL_DEFINED(decltype(detail::lock_allocator(std::declval< const storage_policy >().get_allocator(), std::declval< actual_mutex & >()))) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
make_allocator_adapter(RawAllocator &&allocator) noexcept -> allocator_adapter< typename std::decay< RawAllocator >::type > | allocator_adapter< RawAllocator > | related |
max_alignment() const | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
max_array_size() const | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
max_node_size() const | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
mutex typedef (defined in allocator_storage< direct_storage< RawAllocator >, no_mutex >) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
operator=(allocator_storage &&other) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
operator=(const allocator_storage &)=default | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
storage_policy typedef (defined in allocator_storage< direct_storage< RawAllocator >, no_mutex >) | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
try_allocate_node(std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | allocator_storage< direct_storage< RawAllocator >, no_mutex > | |