logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::pmr::memory_resource - Class memory_resource.

Author

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

                                                    libstdc++                    std::pmr::memory_resource(3cxx)

Detailed Description

       Class memory_resource.

       Since
           C++17

Name

       std::pmr::memory_resource - Class memory_resource.

Synopsis

       #include <memory_resource>

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

   PublicMemberFunctionsmemory_resource (const memory_resource &)=defaultvoid * allocate (size_t __bytes, size_t __alignment=_S_max_align)
       voiddeallocate (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

See Also