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 dynamic-memory-allocation
What is the purpose of "{}" in "new int[5]{};"?
Aug 23, 2022
c++
c++11
initialization
new-operator
dynamic-memory-allocation
Can a memory block allocated by using operator new/malloc persist beyond end of program execution? [duplicate]
Sep 19, 2022
c++
c
dynamic-memory-allocation
Is calloc better than malloc?
Sep 19, 2022
c++
c
malloc
dynamic-memory-allocation
calloc
How do I properly free memory related to getline() function?
Jan 11, 2022
c
pointers
dynamic-memory-allocation
getline
How does C# dynamically allocate memory for a List<T>?
Sep 07, 2022
c#
.net
list
memory
dynamic-memory-allocation
Reassigning to a pointer variable after freeing it [duplicate]
Oct 10, 2022
c
pointers
free
dynamic-memory-allocation
Heap/dynamic vs. static memory allocation for C++ singleton class instance
Nov 28, 2020
c++
memory
static
singleton
dynamic-memory-allocation
Code description of ptmalloc implementation
Aug 16, 2022
c
malloc
heap-memory
dynamic-memory-allocation
Why does malloc() call mmap() and brk() interchangeably?
Sep 16, 2022
c
linux
linux-kernel
heap-memory
dynamic-memory-allocation
Double pointer vs array of pointers(**array vs *array[])
Nov 09, 2022
c
pointers
multidimensional-array
dynamic-memory-allocation
Why does the compiler require `delete [] p` versus `delete p[]`?
Sep 16, 2022
c++
language-design
dynamic-memory-allocation
delete-operator
Mixing operator new[] and placement new with ordinary delete[]
Sep 15, 2022
c++
arrays
initialization
dynamic-memory-allocation
placement-new
CUDA new delete
Aug 21, 2018
cuda
dynamic-memory-allocation
Does ::operator new(size_t) use malloc()?
Sep 18, 2022
c++
malloc
new-operator
dynamic-memory-allocation
Overhead to using std::vector?
Sep 15, 2022
c++
stdvector
dynamic-memory-allocation
dynamic allocating array of arrays in C
Oct 20, 2022
c
arrays
memory
dynamic-memory-allocation
allocation
Why can't the runtime environment decide to apply delete or delete[] instead of the programmer?
Sep 14, 2022
c++
memory-management
dynamic-memory-allocation
Understand the behavior of the new-handler
Jun 06, 2021
c++
new-operator
dynamic-memory-allocation
c++ what is "pointer = new type" as opposed to "pointer = new type []"?
Nov 03, 2022
c++
arrays
dynamic-memory-allocation
new-operator
why is there no aligned calloc in C11
Feb 18, 2022
c
dynamic-memory-allocation
memory-alignment
c11
calloc
« Newer Entries
Older Entries »