std::experimental::pmr::unsynchronized_pool_resource:: options
From cppreference.com
<
cpp
|
experimental
|
unsynchronized pool resource
C++
Polymorphic allocator library
Convenience aliases for containers using
polymorphic_allocator
|
||||
Memory resource classes | ||||
Global memory resources | ||||
Type-erased allocator support for existing classes | ||||
std::experimental::pmr::unsynchronized_pool_resource
Public member functions | ||||
unsynchronized_pool_resource::options
|
||||
Protected member functions | ||||
pool_options options
(
)
const
;
|
(library fundamentals TS) | |
Returns the options that controls the pooling behavior of this resource.
The values in the returned struct may differ from those supplied to the constructor in the following ways:
- Values of zero will be replaced with implementation-specified defaults;
- Sizes may be rounded to an unspecified granularity.
See also
constructs an
unsynchronized_pool_resource
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/unsynchronized_pool_resource/options&oldid=82176
"