.TH "std::pmr::unsynchronized_pool_resource" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pmr::unsynchronized_pool_resource \- A non-thread-safe memory resource that manages pools of fixed-size blocks\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::pmr::memory_resource\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBunsynchronized_pool_resource\fP (const \fBpool_options\fP &__opts)" .br .ti -1c .RI "\fBunsynchronized_pool_resource\fP (const \fBpool_options\fP &__opts, \fBmemory_resource\fP *__upstream)" .br .ti -1c .RI "\fBunsynchronized_pool_resource\fP (const \fBunsynchronized_pool_resource\fP &)=delete" .br .ti -1c .RI "\fBunsynchronized_pool_resource\fP (\fBmemory_resource\fP *__upstream)" .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 "\fBunsynchronized_pool_resource\fP & \fBoperator=\fP (const \fBunsynchronized_pool_resource\fP &)=delete" .br .ti -1c .RI "\fBpool_options\fP \fBoptions\fP () const noexcept" .br .ti -1c .RI "void \fBrelease\fP ()" .br .ti -1c .RI "\fBmemory_resource\fP * \fBupstream_resource\fP () const noexcept" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void * \fBdo_allocate\fP (size_t __bytes, size_t __alignment) override" .br .ti -1c .RI "void \fBdo_deallocate\fP (void *__p, size_t __bytes, size_t __alignment) override" .br .ti -1c .RI "bool \fBdo_is_equal\fP (const \fBmemory_resource\fP &__other) const noexcept override" .br .in -1c .SH "Detailed Description" .PP A non-thread-safe memory resource that manages pools of fixed-size blocks\&. .PP Definition at line 511 of file memory_resource\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.