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
C++ New vs Malloc for dynamic memory array of Objects
Dec 07, 2025
c++
visual-c++
malloc
new-operator
dynamic-memory-allocation
Create a heap at a specific memory address for dynamic memory allocation
Dec 06, 2025
c++
c
embedded
heap-memory
dynamic-memory-allocation
How to check whether `malloc.h` is available in C?
Dec 07, 2025
c
linux
malloc
dynamic-memory-allocation
Thread '<main>' has overflowed its stack when allocating a large array using Box
Dec 07, 2025
rust
heap-memory
dynamic-memory-allocation
deleting array elements constructed with placement new
Dec 02, 2025
c++
dynamic-memory-allocation
placement-new
Function giving desired output and then terminating abnormally
Nov 29, 2025
c
string
pointers
addition
dynamic-memory-allocation
"Memory allocated with calloc must be freed all at once"?
Nov 20, 2025
c
malloc
dynamic-memory-allocation
free
calloc
Is dynamic memory allocation in C++11 thread-safe?
Nov 17, 2025
multithreading
c++11
dynamic-memory-allocation
What if size argument for std::vector::resize is equal to the current size?
Oct 30, 2025
c++
vector
containers
dynamic-memory-allocation
How memory address for pointer to arrays is same as an element in 2D array?
Oct 27, 2025
arrays
c
multidimensional-array
dynamic-memory-allocation
What type is used by std::allocate_shared to allocate memory?
Oct 26, 2025
c++
c++11
shared-ptr
dynamic-memory-allocation
allocator
C/C++ : Deallocating or deleting a block of dynamically created memory [duplicate]
Oct 25, 2025
c++
c
pointers
dynamic-memory-allocation
A question about malloc implementation in glibc
Oct 24, 2025
linux
multithreading
malloc
dynamic-memory-allocation
glibc
Does the synthesized destructor destroy the memory allocated on the heap?
Oct 23, 2025
c++
heap-memory
destructor
dynamic-memory-allocation
Reading a line from text file dynamically
Oct 22, 2025
c
malloc
dynamic-memory-allocation
realloc
How can you allocate a raw mutable pointer in stable Rust?
Oct 22, 2025
rust
heap-memory
dynamic-memory-allocation
Is std::map allocation static when possible?
Oct 21, 2025
c++
memory-management
dynamic-memory-allocation
In C, why don't we usually assign dynamically allocated arrays to (a pointer to) an array type instead of a pointer to the first element?
Oct 19, 2025
c
dynamic-memory-allocation
How to delete[] decayed array? [duplicate]
Oct 17, 2025
c++
pointers
dynamic-memory-allocation
delete-operator
pass-by-value
Using malloc in C to allocate space for a typedef'd type
Oct 18, 2025
c
malloc
typedef
dynamic-memory-allocation
Older Entries »