Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in placement-new
Is calling delete on the result of a placement delete which used operator new okay?
Nov 02, 2019
c++
new-operator
delete-operator
placement-new
Is it possible to reset reference to another value in C++?
Nov 20, 2022
c++
c++11
reference
placement-new
Manually constructing a trivial base class via placement-new
Nov 04, 2022
c++
language-lawyer
object-lifetime
placement-new
How would I portably implement aligned stack storage in C++03?
Oct 27, 2022
c++
memory-alignment
placement-new
Why should I use placement new?
Nov 13, 2022
c++
new-operator
placement-new
Is it well-defined/legal to placement-new multiple times at the same address?
Sep 24, 2022
c++
undefined-behavior
language-lawyer
placement-new
Placement new and non-default constructors
Sep 12, 2022
c++
new-operator
placement-new
std::optional implemented as union vs char[]/aligned_storage
Sep 25, 2022
c++
c++17
unions
placement-new
stdoptional
Destructor not called after destroying object placement-new'ed
Aug 24, 2022
c++
destructor
placement-new
After placement-new into buffer, do buffer and instance have same void* address?
Sep 20, 2022
c++
c++11
language-lawyer
placement-new
What is this second new?
Oct 17, 2022
c++
syntax
terminology
new-operator
placement-new
What are uses of the C++ construct "placement new"?
Sep 19, 2022
c++
memory
new-operator
placement-new
equivalence
Placement new and uninitialized POD members
Nov 06, 2022
c++
initialization
placement-new
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
Nov 23, 2021
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
Overriding an object in memory with placement new
Nov 17, 2022
c++
placement-new
'operator new' : function does not take 2 arguments
Sep 22, 2022
c++
placement-new
C++ Volatile Placement New
Sep 15, 2022
c++
volatile
placement-new
CUDA: Wrapping device memory allocation in C++
Aug 28, 2022
c++
cuda
raii
placement-new
Mixing operator new[] and placement new with ordinary delete[]
Sep 15, 2022
c++
arrays
initialization
dynamic-memory-allocation
placement-new
Is placement new legally required for putting an int into a char array?
Mar 25, 2022
c++
language-lawyer
primitive-types
strict-aliasing
placement-new
« Newer Entries
Older Entries »