c++pmr Questions
1
Solved
Is any rule for setting in the most effective way the number of blocks in a chunk (max_blocks_per_chunk) and the largest required block (largest_required_pool_block), in a unsynchronized_pool_resou...
Proboscis asked 19/10, 2021 at 11:28
2
I'd like to use a std::pmr::unordered_map with a std::pmr::monotonic_buffer_resource. The two fit well together, because the set's nodes are stable, so I don't create a lot of holes in the buffer r...
Tresa asked 17/11, 2020 at 14:22
1
Solved
I have a vector<vector<int>> and want the entire memory (i.e., of both the outer and the inner vector) to be taken from a memory_resource. Here is a stripped down example, first the bor...
1
© 2022 - 2024 — McMap. All rights reserved.