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