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
ALLOCATABLE arrays or POINTER arrays?
Mar 14, 2022
arrays
pointers
memory-management
fortran
dynamic-memory-allocation
Data structure to store huge amount of data?
Sep 21, 2022
c++
memory
data-structures
dynamic-memory-allocation
Critical error detected c0000374 - C++ dll returns pointer off allocated memory to C#
Feb 11, 2022
c#
c++
dll
dynamic-memory-allocation
heap-corruption
What's the difference between _int_malloc and malloc (in Valgrind)
Apr 10, 2022
memory-management
malloc
valgrind
dynamic-memory-allocation
CUDA allocate memory in __device__ function
Sep 20, 2022
memory-management
cuda
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
« Newer Entries
Older Entries »