#include <memory_resource.h>
Class memory_resource.
Definition at line 56 of file memory_resource.h.
◆ allocate()
void * std::pmr::memory_resource::allocate |
( |
size_t |
__bytes, |
|
|
size_t |
__alignment = _S_max_align |
|
) |
| |
|
inline |
◆ deallocate()
void std::pmr::memory_resource::deallocate |
( |
void * |
__p, |
|
|
size_t |
__bytes, |
|
|
size_t |
__alignment = _S_max_align |
|
) |
| |
|
inline |
◆ is_equal()
bool std::pmr::memory_resource::is_equal |
( |
const memory_resource & |
__other | ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: