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