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
Is my understanding of memory allocation and page size right?
Jul 19, 2026
c
linux
malloc
heap-memory
dynamic-memory-allocation
Library for batching allocation
Jul 18, 2026
c++
dynamic-memory-allocation
applicative
How to reallocate memory anyhow, even if realloc() failed in c++
Jul 12, 2026
c++
pointers
dynamic-memory-allocation
realloc
Why can't I call a parameterized constructor with new in c++?
Jul 13, 2026
c++
arrays
dynamic-memory-allocation
realloc() issues: deallocation of old block,new size bigger than old size,and passing static array base address
Jul 13, 2026
c
dynamic-memory-allocation
realloc
memory-management
Why am I getting a Segmentation Fault in function search_lastname?
Jul 12, 2026
c
pointers
segmentation-fault
malloc
dynamic-memory-allocation
Declaring constructors as private shows errors. Is at least one public constructor mandatory?
Jul 07, 2026
c++
c++11
constructor
destructor
dynamic-memory-allocation
Why realloc doesn't work in this while loop?
Jul 06, 2026
c
loops
pointers
dynamic-memory-allocation
realloc
are heap variables global variables and what is the scope and lifetime of heap variables
Jul 04, 2026
c
scope
initialization
dynamic-memory-allocation
lifetime
Does QList clear function call clears the memories of dynamically allocated objects that are stored in the QList?
Jul 03, 2026
c++
qt
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
Older Entries »