memory
thread_safe_allocator< RawAllocator, Mutex > Member List

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

allocate_array(std::size_t count, std::size_t size, std::size_t alignment)allocator_storage< direct_storage< RawAllocator >, Mutex >
allocate_node(std::size_t size, std::size_t alignment)allocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_storage()=defaultallocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_storage(Alloc &&alloc, FOONATHAN_SFINAE(new storage_policy(detail::forward< Alloc >(alloc))))allocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_storage(const allocator_storage< OtherPolicy, Mutex > &other, FOONATHAN_SFINAE(new storage_policy(other.get_allocator())))allocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_storage(allocator_storage &&other) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_storage(const allocator_storage &)=defaultallocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_type typedef (defined in allocator_storage< direct_storage< RawAllocator >, Mutex >)allocator_storage< direct_storage< RawAllocator >, Mutex >
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
get_allocator() noexcept -> decltype(std::declval< storage_policy >().get_allocator())allocator_storage< direct_storage< RawAllocator >, Mutex >
get_allocator() const noexcept -> decltype(std::declval< const storage_policy >().get_allocator())allocator_storage< direct_storage< RawAllocator >, Mutex >
is_composable() const noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
is_stateful typedef (defined in allocator_storage< direct_storage< RawAllocator >, Mutex >)allocator_storage< direct_storage< RawAllocator >, Mutex >
lock() noexcept -> FOONATHAN_IMPL_DEFINED(decltype(detail::lock_allocator(std::declval< storage_policy >().get_allocator(), std::declval< actual_mutex & >())))allocator_storage< direct_storage< RawAllocator >, Mutex >
lock() const noexcept -> FOONATHAN_IMPL_DEFINED(decltype(detail::lock_allocator(std::declval< const storage_policy >().get_allocator(), std::declval< actual_mutex & >())))allocator_storage< direct_storage< RawAllocator >, Mutex >
make_thread_safe_allocator(RawAllocator &&allocator) -> thread_safe_allocator< typename std::decay< RawAllocator >::type, Mutex >thread_safe_allocator< RawAllocator, Mutex >related
max_alignment() constallocator_storage< direct_storage< RawAllocator >, Mutex >
max_array_size() constallocator_storage< direct_storage< RawAllocator >, Mutex >
max_node_size() constallocator_storage< direct_storage< RawAllocator >, Mutex >
mutex typedef (defined in allocator_storage< direct_storage< RawAllocator >, Mutex >)allocator_storage< direct_storage< RawAllocator >, Mutex >
operator=(allocator_storage &&other) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
operator=(const allocator_storage &)=defaultallocator_storage< direct_storage< RawAllocator >, Mutex >
storage_policy typedef (defined in allocator_storage< direct_storage< RawAllocator >, Mutex >)allocator_storage< direct_storage< RawAllocator >, Mutex >
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
try_allocate_node(std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptallocator_storage< direct_storage< RawAllocator >, Mutex >