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

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

allocate_array(std::size_t count, std::size_t size, std::size_t alignment)wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
allocate_node(std::size_t size, std::size_t alignment)wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
allocator_storage()=defaultwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
allocator_storage(Alloc &&alloc,)wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
allocator_storage(const allocator_storage< OtherPolicy, no_mutex > &other,)wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
allocator_storage(allocator_storage &&other) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
allocator_storage(const allocator_storage &)=defaultwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
allocator_type typedefwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
get_allocator() noexcept -> decltype(std::declval< storage_policy >().get_allocator())wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
get_allocator() const noexcept -> decltype(std::declval< const storage_policy >().get_allocator())wpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
is_composable() const noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
is_stateful typedefwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
lock() noexcept -> implementation_definedwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
lock() const noexcept -> implementation_definedwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
make_allocator_reference(RawAllocator &&allocator) noexcept -> allocator_reference< typename std::decay< RawAllocator >::type >wpi::memory::allocator_reference< RawAllocator >related
max_alignment() constwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
max_array_size() constwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
max_node_size() constwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
mutex typedefwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
operator=(allocator_storage &&other) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
operator=(const allocator_storage &)=defaultwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
storage_policy typedefwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
try_allocate_node(std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::memory::allocator_storage< reference_storage< RawAllocator >, no_mutex >inline