std::experimental::pmr::synchronized_pool_resource::release(3) | C++ Standard Libary | std::experimental::pmr::synchronized_pool_resource::release(3) |
NAME¶
std::experimental::pmr::synchronized_pool_resource::release - std::experimental::pmr::synchronized_pool_resource::release
Synopsis¶
void release(); (library fundamentals TS)
Releases all memory owned by this resource by calling the deallocate function
of the
upstream memory resource as needed.
Memory is released back to the upstream resource even if deallocate has not
been
called for some of the allocated blocks.
See also¶
deallocates memory
deallocate (public member function of
std::experimental::pmr::memory_resource)
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |