.TH "std::pmr::memory_resource" 3cxx "Sun Jan 8 2023" "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 \fB92\fP of file \fBmemory_resource\fP\&. .SH "Member Function Documentation" .PP .SS "void * std::pmr::memory_resource::allocate (size_t __bytes, size_t __alignment = \fC_S_max_align\fP)\fC [inline]\fP" .PP Definition at line \fB105\fP of file \fBmemory_resource\fP\&. .SS "void std::pmr::memory_resource::deallocate (void * __p, size_t __bytes, size_t __alignment = \fC_S_max_align\fP)\fC [inline]\fP" .PP Definition at line \fB110\fP of file \fBmemory_resource\fP\&. .SS "bool std::pmr::memory_resource::is_equal (const \fBmemory_resource\fP & __other) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB115\fP of file \fBmemory_resource\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.