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

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

aligned_allocator(std::size_t min_alignment, allocator_type &&alloc={})wpi::memory::aligned_allocator< RawAllocator >inlineexplicit
aligned_allocator(aligned_allocator &&other) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
allocate_array(std::size_t count, std::size_t size, std::size_t alignment)wpi::memory::aligned_allocator< RawAllocator >inline
allocate_node(std::size_t size, std::size_t alignment)wpi::memory::aligned_allocator< RawAllocator >inline
allocator_type typedefwpi::memory::aligned_allocator< RawAllocator >
deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
get_allocator() noexceptwpi::memory::aligned_allocator< RawAllocator >inline
get_allocator() const noexceptwpi::memory::aligned_allocator< RawAllocator >inline
is_stateful typedefwpi::memory::aligned_allocator< RawAllocator >
make_aligned_allocator(std::size_t min_alignment, RawAllocator &&allocator) noexcept -> aligned_allocator< typename std::decay< RawAllocator >::type >wpi::memory::aligned_allocator< RawAllocator >related
max_alignment() constwpi::memory::aligned_allocator< RawAllocator >inline
max_array_size() constwpi::memory::aligned_allocator< RawAllocator >inline
max_node_size() constwpi::memory::aligned_allocator< RawAllocator >inline
min_alignment() const noexceptwpi::memory::aligned_allocator< RawAllocator >inline
operator=(aligned_allocator &&other) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
set_min_alignment(std::size_t min_alignment)wpi::memory::aligned_allocator< RawAllocator >inline
try_allocate_array(std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
try_allocate_node(std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
try_deallocate_array(void *ptr, std::size_t count, std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline
try_deallocate_node(void *ptr, std::size_t size, std::size_t alignment) noexceptwpi::memory::aligned_allocator< RawAllocator >inline