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
Size of an array which is in static memory can be changed during run time in C++? How come? [duplicate]
Jun 28, 2026
c++
arrays
dynamic-memory-allocation
How to manage memory for chained array operations in C?
Jun 26, 2026
c
memory-leaks
dynamic-memory-allocation
Allocate space for a 3 dimensional array in C
Jun 26, 2026
c
arrays
pointers
dynamic-memory-allocation
C Increase char array of char array size
Jun 25, 2026
c
multidimensional-array
dynamic-memory-allocation
c-strings
realloc
Does delete[] free correctly in this code?
Jun 18, 2026
c++
dynamic-memory-allocation
How to avoid memory leak when passing function-returned pointer as input to other function?
Jun 04, 2026
c
matrix
malloc
dynamic-memory-allocation
Is it slow to do a lot of mallocs and frees on iPhone?
Jun 01, 2026
c
iphone
dynamic-memory-allocation
How are memory registers used to hold different types?
May 31, 2026
assembly
memory
memory-management
dynamic-memory-allocation
cpu-registers
Why do I need to use double asterisk? **
May 31, 2026
c++
class
pointers
dynamic-memory-allocation
dynamic-arrays
What does allocating memory of size char * do?
May 26, 2026
c
pointers
malloc
dynamic-memory-allocation
allocation
How to fix this error :pointer being freed was not allocated
May 18, 2026
c++
pointers
linked-list
dynamic-memory-allocation
Measuring total space function allocates on heap and stack during it's entire lifetime
May 17, 2026
c++
memory-management
heap-memory
dynamic-memory-allocation
stack-memory
Simple use of dynamic memory in loop causes bad_alloc
May 17, 2026
c++
mingw
dynamic-memory-allocation
String Concatenation using a variadic function in C
May 12, 2026
c
malloc
dynamic-memory-allocation
scanf
variadic-functions
can we dynamically allocate memory for static variable in C?
May 04, 2026
c
dynamic-memory-allocation
static-variables
How to add elements from one array into another array of an undefined size based on a condition?
Apr 30, 2026
c
arrays
concatenation
dynamic-memory-allocation
Older Entries »