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/synchronized_pool_resource.html below:

std::pmr::synchronized_pool_resource - cppreference.com

std::pmr::synchronized_pool_resource

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

synchronized_pool_resource may be accessed from multiple threads without external synchronization, and may have thread-specific pools to reduce synchronization costs. If the memory resource is only accessed from one thread, unsynchronized_pool_resource is more efficient.

[edit] Member functions constructs a synchronized_pool_resource
(public member function) [edit] destroys a synchronized_pool_resource, releasing all allocated memory
(virtual public member function) [edit] copy assignment operator is deleted. synchronized_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 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