memory
aligned_allocator< RawAllocator > Member List

This is the complete list of members for aligned_allocator< RawAllocator >, including all inherited members.

aligned_allocator(std::size_t min_alignment, allocator_type &&alloc={})aligned_allocator< RawAllocator >explicit
aligned_allocator(aligned_allocator &&other) noexceptaligned_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) noexceptaligned_allocator< RawAllocator >
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptaligned_allocator< RawAllocator >
get_allocator() noexceptaligned_allocator< RawAllocator >
get_allocator() const noexceptaligned_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() constaligned_allocator< RawAllocator >
max_array_size() constaligned_allocator< RawAllocator >
max_node_size() constaligned_allocator< RawAllocator >
min_alignment() const noexceptaligned_allocator< RawAllocator >
operator=(aligned_allocator &&other) noexceptaligned_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) noexceptaligned_allocator< RawAllocator >
try_allocate_node(std::size_t size, std::size_t alignment) noexceptaligned_allocator< RawAllocator >
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptaligned_allocator< RawAllocator >
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptaligned_allocator< RawAllocator >