GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::pmr::get_default_resource(3) C++ Standard Libary std::pmr::get_default_resource(3)

std::pmr::get_default_resource - std::pmr::get_default_resource


Defined in header <memory_resource>
std::pmr::memory_resource* get_default_resource() noexcept; (since C++17)


Gets the default memory resource pointer.


The default memory resource pointer is used by certain facilities when an explicit
memory resource is not supplied. The initial default memory resource pointer is the
return value of std::pmr::new_delete_resource.


This function is thread-safe. Previous call to std::pmr::set_default_resource
synchronizes with (see std::memory_order) the subsequent
std::pmr::get_default_resource calls.


Returns the value of the default memory resource pointer.


set_default_resource sets the default std::pmr::memory_resource
(C++17) (function)
returns a static program-wide std::pmr::memory_resource that
new_delete_resource uses the global operator new and operator delete to allocate
(C++17) and deallocate memory
(function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.