WPILibC++ 2025.1.1
|
This is the complete list of members for wpi_memory_pmr::memory_resource, including all inherited members.
allocate(std::size_t bytes, std::size_t alignment=max_alignment) | wpi_memory_pmr::memory_resource | inline |
deallocate(void *p, std::size_t bytes, std::size_t alignment=max_alignment) | wpi_memory_pmr::memory_resource | inline |
do_allocate(std::size_t bytes, std::size_t alignment)=0 | wpi_memory_pmr::memory_resource | protectedpure virtual |
do_deallocate(void *p, std::size_t bytes, std::size_t alignment)=0 | wpi_memory_pmr::memory_resource | protectedpure virtual |
do_is_equal(const memory_resource &other) const noexcept=0 | wpi_memory_pmr::memory_resource | protectedpure virtual |
is_equal(const memory_resource &other) const noexcept | wpi_memory_pmr::memory_resource | inline |
~memory_resource() noexcept | wpi_memory_pmr::memory_resource | inlinevirtual |