List Question
20 TechQA 2024-03-26T10:31:18.243000std container with custom allocator crash at class creation
65 views
Asked by lilington
What is the problem when using a custom allocator in c++, when assigning the container to an iterator?
49 views
Asked by Babrorian
Why aren't container comparison operators allocator agnostic?
87 views
Asked by Arne Vogel
custom allocator and std::map
74 views
Asked by user12694877
Why std::allocator<T>::allocate calls ::operator new?
543 views
Asked by Daniel Langr
std::vector not free'ing memory
108 views
Asked by Torrance
Is std::launder needed after std::uninitialized_default_construct
96 views
Asked by tmlen
Why can't I "destroy" CRTP vector that is "self-owned" but still can deallocate its address?
77 views
Asked by sandthorn
Opening Boost Interprocess segment in Constructor of object
56 views
Asked by Moritz Perschke
Create std-compliant allocator that wraps arbitrary allocator for diagnostics
61 views
Asked by Steven
How Can I Specify an Allocator at Comptime in Zig?
580 views
Asked by William Ryman
Moving elements between two std::vectors which are using different allocators
74 views
Asked by thebugger
Is allocators' allocate and construct well-defined through [basic.life]p8?
89 views
Asked by JMC
custom allocator for std::unordered_map
431 views
Asked by Jager
Do rebound allocators have the same size_type and difference_type?
97 views
Asked by LoS
monotonic_buffer_resource and exception handling
90 views
Asked by Patrick Fromberg
Leakage message from sanitizer for program that does not allocate anything
49 views
Asked by Patrick Fromberg