aligned_allocator(std::size_t min_alignment, allocator_type &&alloc={}) | aligned_allocator< RawAllocator > | explicit |
aligned_allocator(aligned_allocator &&other) noexcept | aligned_allocator< RawAllocator > | |
allocate_array(std::size_t count, std::size_t size, std::size_t alignment) | aligned_allocator< RawAllocator > | |
allocate_node(std::size_t size, std::size_t alignment) | aligned_allocator< RawAllocator > | |
allocator_type typedef (defined in aligned_allocator< RawAllocator >) | aligned_allocator< RawAllocator > | |
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |
get_allocator() noexcept | aligned_allocator< RawAllocator > | |
get_allocator() const noexcept | aligned_allocator< RawAllocator > | |
is_stateful typedef (defined in aligned_allocator< RawAllocator >) | aligned_allocator< RawAllocator > | |
make_aligned_allocator(std::size_t min_alignment, RawAllocator &&allocator) noexcept -> aligned_allocator< typename std::decay< RawAllocator >::type > | aligned_allocator< RawAllocator > | related |
max_alignment() const | aligned_allocator< RawAllocator > | |
max_array_size() const | aligned_allocator< RawAllocator > | |
max_node_size() const | aligned_allocator< RawAllocator > | |
min_alignment() const noexcept | aligned_allocator< RawAllocator > | |
operator=(aligned_allocator &&other) noexcept | aligned_allocator< RawAllocator > | |
set_min_alignment(std::size_t min_alignment) | aligned_allocator< RawAllocator > | |
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |
try_allocate_node(std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexcept | aligned_allocator< RawAllocator > | |