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