#include <wpi/memory/memory_resource_adapter.hpp>
◆ ~memory_resource()
virtual wpi_memory_pmr::memory_resource::~memory_resource |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ allocate()
void * wpi_memory_pmr::memory_resource::allocate |
( |
std::size_t | bytes, |
|
|
std::size_t | alignment = max_alignment ) |
|
inline |
◆ deallocate()
void wpi_memory_pmr::memory_resource::deallocate |
( |
void * | p, |
|
|
std::size_t | bytes, |
|
|
std::size_t | alignment = max_alignment ) |
|
inline |
◆ do_allocate()
virtual void * wpi_memory_pmr::memory_resource::do_allocate |
( |
std::size_t | bytes, |
|
|
std::size_t | alignment ) |
|
protectedpure virtual |
◆ do_deallocate()
virtual void wpi_memory_pmr::memory_resource::do_deallocate |
( |
void * | p, |
|
|
std::size_t | bytes, |
|
|
std::size_t | alignment ) |
|
protectedpure virtual |
◆ do_is_equal()
virtual bool wpi_memory_pmr::memory_resource::do_is_equal |
( |
const memory_resource & | other | ) |
const |
|
protectedpure virtualnoexcept |
◆ is_equal()
bool wpi_memory_pmr::memory_resource::is_equal |
( |
const memory_resource & | other | ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: