Search code examples
What's the purpose of std::pmr::polymorphic_allocator?...

c++memory-managementc++17c++pmr

Read More
Issue using unsynchronized_pool_resource for a pmr::vector allocation...

c++memory-managementc++17c++pmr

Read More
C++17 combination of monotonic buffer and unsynchronized memory pool...

c++c++17c++pmr

Read More
Authoring a container to work with both c++11 and pmr allocators...

c++allocatorboilerplatec++pmr

Read More
Create an asynchronous post using Asio and custom allocator...

c++c++17boost-asioc++pmr

Read More
call allocate() again on the released unsynchronized_pool_resource is an undefined behavior or not?...

c++memoryallocatorc++pmr

Read More
Using a custom delete functor (that accesses member) for a member std::unique_ptr...

c++unique-ptrc++pmr

Read More
Can the ctor be marked noexcept based on allocator type?...

c++allocatornoexceptc++pmr

Read More
construction with an allocator must be possible if uses_allocator is true...

c++c++20copy-constructorallocatorc++pmr

Read More
cygwin g++ can't find pmr namespace and related issues...

c++c++17cygwinheader-filesc++pmr

Read More
Should I call `delete` on object allocated using polymorphic allocator...

c++boostc++17allocatorc++pmr

Read More
how to implement a class that supports both stack and heap allocations...

c++templatesc++17c++pmr

Read More
C++17 PMR:: Set number of blocks and their size in a unsynchronized_pool_resource...

c++memory-managementc++17c++pmr

Read More
C++ pmr polymorphic memory resources choice supports to release as needed...

c++memorymemory-managementc++17c++pmr

Read More
Using scoped `polymorphic_allocator` with `boost::circular_buffer` fails...

c++c++17c++pmrboost-circularbuffer

Read More
C++: Can't propagate polymorphic_allocator with scoped_allocator_adaptor...

c++boostc++17allocatorc++pmr

Read More
Understanding std::pmr::new_delete_resource...

c++c++17c++pmr

Read More
C++: Remove object without calling destructor...

c++c++17destructorc++pmr

Read More
How the synchronized_pool_resource actually works?...

c++c++17allocatorc++pmr

Read More
Using std::allocate_shared with polymorphic resource allocators...

c++shared-ptrallocatorc++pmr

Read More
BackNext