|
memory
|
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 |
1.13.2