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
C struct initialization and pointer
Feb 06, 2026
c
pointers
struct
initialization
malloc
Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?
Feb 05, 2026
c
malloc
language-lawyer
memory-alignment
When is it necessary to allocate dynamic memory using malloc on pointers?
Feb 03, 2026
c
pointers
malloc
Why isn't C freeing memory from malloc'd char* set by strtok?
Feb 02, 2026
c
arrays
string
malloc
free
C: Malloc and Free
Feb 01, 2026
c
memory-management
malloc
Understanding C malloc and sbrk()
Jan 31, 2026
c
pointers
malloc
How to allocate a memory to a given pointer to an array in C++
Jan 30, 2026
c++
malloc
Two types in the same dynamic allocation
Jan 29, 2026
c
malloc
memory-alignment
c89
Am I passing array ownership back to caller from my library function?
Jan 29, 2026
c
pointers
malloc
heap-memory
ownership
malloc-ating multidimensional array in function
Jan 28, 2026
c
pointers
multidimensional-array
malloc
Unit testing involving C free()
Jan 29, 2026
c
malloc
free
Dynamic memory allocation - realloc(): invalid next size [duplicate]
Jan 27, 2026
c
pointers
malloc
realloc
mallopt(M_PERTURB) does not perturb the memory on free
Jan 25, 2026
c
memory-management
malloc
glibc
libc
Simple C malloc question that prints garbage on multiple invocations [closed]
Jan 25, 2026
c
malloc
bit
malloc allocating the same memory location to 2 pointers
Jan 19, 2026
c
pointers
memory-management
malloc
Using memory declared for other types
Jan 19, 2026
c
memory
types
malloc
Embedded c - how to free allocated memory when a program crashes
Jan 03, 2026
c
embedded
malloc
does C automatically free allocated memory inside a function?
Jan 03, 2026
c
malloc
free
Older Entries »