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

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

allocator_type typedefwpi::memory::memory_resource_adapter< RawAllocator >
do_allocate(std::size_t bytes, std::size_t alignment) overridewpi::memory::memory_resource_adapter< RawAllocator >inlineprotected
do_deallocate(void *p, std::size_t bytes, std::size_t alignment) overridewpi::memory::memory_resource_adapter< RawAllocator >inlineprotected
do_is_equal(const memory_resource &other) const noexcept overridewpi::memory::memory_resource_adapter< RawAllocator >inlineprotected
get_allocator() noexceptwpi::memory::memory_resource_adapter< RawAllocator >inline
get_allocator() const noexceptwpi::memory::memory_resource_adapter< RawAllocator >inline
memory_resource_adapter(allocator_type &&other) noexceptwpi::memory::memory_resource_adapter< RawAllocator >inline
traits_type typedefwpi::memory::memory_resource_adapter< RawAllocator >protected