DOKK / manpages / debian 12 / libstdc++-11-doc / std::pmr_memory_resource.3cxx.en
std::pmr::memory_resource(3cxx) std::pmr::memory_resource(3cxx)

std::pmr::memory_resource - Class memory_resource.

Inherited by std::pmr::monotonic_buffer_resource, std::pmr::synchronized_pool_resource, and std::pmr::unsynchronized_pool_resource.


memory_resource (const memory_resource &)=default
void * allocate (size_t __bytes, size_t __alignment=_S_max_align)
void deallocate (void *__p, size_t __bytes, size_t __alignment=_S_max_align)
bool is_equal (const memory_resource &__other) const noexcept
memory_resource & operator= (const memory_resource &)=default

Class memory_resource.

Definition at line 91 of file memory_resource.

Definition at line 104 of file memory_resource.

Definition at line 109 of file memory_resource.

Definition at line 114 of file memory_resource.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++