.TH "std::pmr::memory_resource" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pmr::memory_resource \- Class memory_resource\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::pmr::monotonic_buffer_resource\fP, and \fBstd::pmr::unsynchronized_pool_resource\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBmemory_resource\fP (const \fBmemory_resource\fP &)=default" .br .ti -1c .RI "void * \fBallocate\fP (size_t __bytes, size_t __alignment=_S_max_align)" .br .ti -1c .RI "void \fBdeallocate\fP (void *__p, size_t __bytes, size_t __alignment=_S_max_align)" .br .ti -1c .RI "bool \fBis_equal\fP (const \fBmemory_resource\fP &__other) const noexcept" .br .ti -1c .RI "\fBmemory_resource\fP & \fBoperator=\fP (const \fBmemory_resource\fP &)=default" .br .in -1c .SH "Detailed Description" .PP Class memory_resource\&. .PP \fBSince\fP .RS 4 C++17 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.