.TH "std::pmr::memory_resource" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pmr::memory_resource \- Class memory_resource\&. .SH SYNOPSIS .br .PP .PP Inherited by std::pmr::monotonic_buffer_resource, \fBstd::pmr::synchronized_pool_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 Definition at line 91 of file memory_resource\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.