memory
Member Functions
memory_resource Class Referenceabstract

Detailed Description

The memory_resource abstract base class used in the implementation.

Member Functions

void * allocate (std::size_t bytes, std::size_t alignment=max_alignment)
 
void deallocate (void *p, std::size_t bytes, std::size_t alignment=max_alignment)
 
bool is_equal (const memory_resource &other) const noexcept