allocate_array(std::size_t count, std::size_t size, std::size_t alignment) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocate_node(std::size_t size, std::size_t alignment) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocator_storage()=default | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocator_storage(Alloc &&alloc,) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocator_storage(const allocator_storage< OtherPolicy, no_mutex > &other,) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocator_storage(allocator_storage &&other) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
allocator_storage(const allocator_storage &)=default | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
get_allocator() noexcept -> decltype(std::declval< storage_policy >().get_allocator()) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
get_allocator() const noexcept -> decltype(std::declval< const storage_policy >().get_allocator()) | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
is_composable() const noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
lock() noexcept -> implementation_defined | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
lock() const noexcept -> implementation_defined | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
make_allocator_reference(RawAllocator &&allocator) noexcept -> allocator_reference< typename std::decay< RawAllocator >::type > | allocator_reference< RawAllocator > | related |
max_alignment() const | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
max_array_size() const | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
max_node_size() const | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
operator=(allocator_storage &&other) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
operator=(const allocator_storage &)=default | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
try_allocate_node(std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | allocator_storage< reference_storage< RawAllocator >, no_mutex > | |