WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::thread_safe_allocator< RawAllocator, Mutex > Member List

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

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()=defaultwpi::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) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
allocator_storage(const allocator_storage &)=defaultwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
allocator_type typedefwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::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 noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
is_stateful typedefwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
lock() noexcept -> implementation_definedwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
lock() const noexcept -> implementation_definedwpi::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() constwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
max_array_size() constwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
max_node_size() constwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
mutex typedefwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
operator=(allocator_storage &&other) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
operator=(const allocator_storage &)=defaultwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
storage_policy typedefwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
try_allocate_node(std::size_t size, std::size_t alignment) noexceptwpi::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) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< direct_storage< RawAllocator >, Mutex >inline