A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../memory/unsynchronized_pool_resource.html below:

std::pmr::unsynchronized_pool_resource - cppreference.com

std::pmr::unsynchronized_pool_resource

The class std::pmr::unsynchronized_pool_resource is a general-purpose memory resource class with the following properties:

unsynchronized_pool_resource is not thread-safe, and cannot be accessed from multiple threads simultaneously; use synchronized_pool_resource if access from multiple threads is required.

[edit] Member functions constructs an unsynchronized_pool_resource
(public member function) [edit] destroys an unsynchronized_pool_resource, releasing all allocated memory
(virtual public member function) [edit] copy assignment operator is deleted. unsynchronized_pool_resource is not copy assignable
(public member function) [edit] Public member functions release all allocated memory
(public member function) [edit] returns a pointer to the upstream memory resource
(public member function) [edit] returns the options that control the pooling behavior of this resource
(public member function) [edit] Protected member functions allocate memory
(virtual protected member function) [edit] return memory to the pool
(virtual protected member function) [edit] compare for equality with another std::pmr::memory_resource
(virtual protected member function) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4