Relative Content

Tag Archive for c++17c++pmr

Issue using unsynchronized_pool_resource for a pmr::vector allocation

Following up a similar question some months ago <[combination of monotonic buffer and unsynchronized memory pool]/questions/77271609/c17-combination-of-monotonic-buffer-and-unsynchronized-memory-pool>, I am trying to combine monotonic buffer and unsynchronized pool resource to efficiently allocate memory without got to heap for memory allocation.