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 malloc
Dynamically allocated string arrays in C
Dec 10, 2025
c
arrays
malloc
Can malloc_trim() release memory from the middle of the heap?
Dec 09, 2025
linux
memory
operating-system
malloc
glibc
What should mprobe return when it is passed a pointer to a freed block of memory?
Dec 08, 2025
c
malloc
free
I can assign value to pointer after freeing it from manually allocated memory
Dec 08, 2025
c
malloc
A Struct with an Array of Structs with Arrays inside Them (and an Array) inside It: How would I malloc this?
Dec 09, 2025
c
arrays
struct
malloc
Is Boost Pool free efficiency O(n) or O(1)
Dec 08, 2025
c++
optimization
memory-management
boost
malloc
Why does malloc(10) allocate 24 bytes?
Dec 08, 2025
c
memory
malloc
memory-alignment
C generic linked-list
Dec 08, 2025
c
generics
pointers
linked-list
malloc
storing all c stuct arrays in only one single memory segment obtained with malloc/calloc
Dec 08, 2025
arrays
c
multidimensional-array
struct
malloc
Is this code doing what I want it to do?
Dec 08, 2025
c
pointers
malloc
Using Malloc to add two arrays HW in C
Dec 07, 2025
c
matrix
sum
malloc
addition
c++ malloc segmentation fault
Dec 08, 2025
c
segmentation-fault
malloc
Android NDK: what happens to memory allocated with malloc when app finishes?
Dec 08, 2025
java
c
android-ndk
malloc
C++ New vs Malloc for dynamic memory array of Objects
Dec 07, 2025
c++
visual-c++
malloc
new-operator
dynamic-memory-allocation
How to check whether `malloc.h` is available in C?
Dec 07, 2025
c
linux
malloc
dynamic-memory-allocation
Array in C and malloc
Dec 07, 2025
c
malloc
Impact of Increasing GLIBC malloc() M_MMAP_THRESHOLD to 1GB
Dec 07, 2025
malloc
glibc
Dynamic memory allocation. What am I missing?
Dec 04, 2025
c
memory
operating-system
malloc
Can we use doubly linked list in C without dynamic memory allocation?
Dec 06, 2025
c
memory-management
linked-list
malloc
Short & Quick malloc memory access issue
Dec 06, 2025
c
arrays
pointers
multidimensional-array
malloc
Older Entries »