Search code examples
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
How to conditionally select base constructor in initialization list of derived constructor...

c++allocator

Read More
How to fix custom allocator compiling error for std::map on windows?...

c++visual-studio-2019allocator

Read More
Deleting polymorphic objects allocated with C++17 pmr memory resource...

c++memory-managementpolymorphismc++17allocator

Read More
Does the C++17 standard guarantee that the address of a union is the same as the address of its memb...

c++c++17language-lawyerunionsallocator

Read More
Is there a way to resize a buffer in C++...

c++memoryallocator

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

c++boostc++17allocatorc++pmr

Read More
Why would I write custom allocators for STL containers when I could just overwrite new and delete?...

c++memory-managementdynamic-memory-allocationc++20allocator

Read More
How is a vector's data aligned?...

c++vectorssememory-alignmentallocator

Read More
How to store a state of custom allocator used for allocation of different types...

c++allocator

Read More
Allocator named requirements -- exceptions...

c++language-lawyerallocator

Read More
Custom C++ allocator far too slow in GCC in debug. is there a fix for this?...

c++gccc++20allocator

Read More
Why do C++ allocator requirements not require that construct() constructs an object of value_type?...

c++stlallocator

Read More
C++03 equivalent for auto in the context of obtaining an allocator...

c++autoallocator

Read More
How to open a std::ofstream using a custom allocator?...

c++file-iostlallocator

Read More
What type is used by std::allocate_shared to allocate memory?...

c++c++11shared-ptrdynamic-memory-allocationallocator

Read More
std::allocator deallocate don't use size argument...

c++g++valgrindallocator

Read More
Is it still possible to customize STL vector's "reference" type?...

c++c++11referencestlallocator

Read More
Why rebind<U>::other are deprecated in C++17 and removed in C++20?...

c++c++17c++20allocator

Read More
Destroy object in std::vector...

c++memoryallocator

Read More
How are variables related when using an allocator in C++?...

c++allocator

Read More
Shared pointer to array in pool-allocated memory...

c++c++17shared-ptrallocator

Read More
How to make a function unaware of the allocator of its const argument?...

c++templatesallocator

Read More
Providing an allocator for Boost's `cpp_dec_float_100`...

c++boostallocator

Read More
Is it possible to use a custom allocator to allocate an arbitrary sized area?...

c++containersallocator

Read More
Making std::vector allocate aligned memory...

c++memory-managementmemory-alignmentallocator

Read More
C++ STL: Why allocators don't increase memory footprint of containers?...

c++stlallocator

Read More
Linux Memory Usage in top when using std::vector versus std::list...

c++linuxmemoryheap-memoryallocator

Read More
Coupling memory pool allocator to various memory pools hosting the allocated instances...

c++templatesc++20allocatormemory-pool

Read More
BackNext