memory
allocator_reference< RawAllocator > Member List

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

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()=defaultallocator_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) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
allocator_storage(const allocator_storage &)=defaultallocator_storage< reference_storage< RawAllocator >, no_mutex >
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptallocator_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 noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
lock() noexcept -> implementation_definedallocator_storage< reference_storage< RawAllocator >, no_mutex >
lock() const noexcept -> implementation_definedallocator_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() constallocator_storage< reference_storage< RawAllocator >, no_mutex >
max_array_size() constallocator_storage< reference_storage< RawAllocator >, no_mutex >
max_node_size() constallocator_storage< reference_storage< RawAllocator >, no_mutex >
operator=(allocator_storage &&other) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
operator=(const allocator_storage &)=defaultallocator_storage< reference_storage< RawAllocator >, no_mutex >
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
try_allocate_node(std::size_t size, std::size_t alignment) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptallocator_storage< reference_storage< RawAllocator >, no_mutex >