Search code examples
What is the need for MaxAlign trick when creating static singleton?...


c++singletonplacement-newc++-loki

Read More
What is the underlying implementation of placement new?...


c++gccplacement-new

Read More
Constructing an object over itself...


c++undefined-behaviorplacement-new

Read More
list class is crashing in the destructor, why?...


c++placement-newstdmove

Read More
Why is there a memory leak in this program and how can I solve it, given the constraints (using mall...


c++memory-leaksvalgrinddynamic-memory-allocationplacement-new

Read More
Is std::vector<std::aligned_storage> ill-formed?...


c++memory-managementc++17type-traitsplacement-new

Read More
Explicit creation of objects with a trivial default constructor using placement-new in C++17...


c++c++17mallocplacement-new

Read More
C++ Declare Aligned Storage for Placement-New...


c++c++17memory-alignmentplacement-new

Read More
Std::vector vs. placement new for communicating const array with size known at run-time...


c++stdvectorplacement-new

Read More
Do i need to delete a object that was constructed with new and placement...


c++memorymemory-managementnew-operatorplacement-new

Read More
c++ self-defined placement new and placement delete invoking...


c++placement-new

Read More
Destroy call in placement new...


c++new-operatorplacement-new

Read More
placement new and delete...


c++visual-c++new-operatorplacement-new

Read More
When is it safe to re-use memory from a trivially destructible object without laundering...


c++c++17unionsplacement-newtype-punning

Read More
Legality of using delete-expression on a pointer not obtained from usual new...


c++memory-managementlanguage-lawyerdelete-operatorplacement-new

Read More
Is it possible to use a union member as object storage?...


c++language-lawyerstorageunionsplacement-new

Read More
std::launder reachability rules...


c++memoryc++20placement-new

Read More
C++ using placement new causes segmentation fault in constructor...


c++17placement-newconstructor-overloading

Read More
How to properly free the memory allocated by placement new?...


c++placement-new

Read More
Correct usage of placement-new and explicit destructor call...


c++placement-newexplicit-destructor-call

Read More
May this kind of rewrite of placement new compile?...


c++placement-new

Read More
Does placement-new into the same type still require to manually call the destructor?...


c++destructorplacement-new

Read More
Is placement new on a const variable with automatic storage duration legal?...


c++language-lawyerplacement-newisocpp

Read More
Can placement-new and vector::data() be used to replace elements in a vector?...


c++vectorc++11stdplacement-new

Read More
Placement new after cuda malloc managed memory...


c++cudaplacement-newgpu-managed-memory

Read More
warning: 'void operator delete(void*, std::size_t)' called on unallocated object...


c++dynamic-memory-allocationplacement-new

Read More
C++ unusual use of placement new into NULL...


c++undefined-behaviorplacement-new

Read More
Placement New U on existing T object and Manipulating it is UB?...


c++strict-aliasingplacement-new

Read More
When I perform placement new on trivial object, Is it guaranteed to preserve the object/value repres...


c++placement-new

Read More
What happens to members of a stack-allocated class put down with placement new on scope end?...


c++11stdvectormemberplacement-newalloca

Read More
BackNext