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
Valgrind Invalid free() / delete / delete[] / realloc() in C
Sep 05, 2026
c
memory-leaks
malloc
valgrind
free
Intricacies of malloc and free
Sep 04, 2026
c
memory-leaks
malloc
free
ubuntu-11.04
Is the address of malloc + size_t * 3 aligned for any type?
Sep 02, 2026
c
malloc
memory-alignment
malloc error: a value of type "void *" cannot be used to initialize an entity of type "int **"
Sep 01, 2026
c++
malloc
Version of malloc used on Linux
Sep 02, 2026
c
linux
memory-management
malloc
Why is malloc giving me 8 bytes when I request 20? [duplicate]
Sep 01, 2026
c
malloc
sizeof
Is there anything wrong with `something_t* x = malloc(sizeof(*x))`?
Aug 31, 2026
c
gcc
malloc
sizeof
Change value in pointer string array in C
Aug 31, 2026
c
arrays
string
pointers
malloc
How may I create a matrix in C using malloc and avoiding memory problems? How I can use C99 syntax to pass the matrix to a function?
Aug 30, 2026
c
pointers
matrix
malloc
Dynamically setting pointer to int giving incorrect size
Aug 29, 2026
c
struct
malloc
How do I calculate the end address of a C struct in memory?
Aug 28, 2026
c
pointers
struct
malloc
What does memcpy do exactly in this program?
Aug 27, 2026
c
string
malloc
memcpy
realloc
Allocating memory for array in struct (in C)
Aug 27, 2026
c
arrays
pointers
struct
malloc
Free() returned char pointer doesn't remove it from memory?
Aug 27, 2026
c
memory-management
malloc
Dynamic Memory Allocation for Arrays in C
Aug 26, 2026
c
arrays
memory
dynamic
malloc
How to check that pointer is writing in the out of allocated memory?
Aug 26, 2026
c
pointers
memory-management
malloc
How do square brackets work in C?
Aug 25, 2026
c
arrays
pointers
malloc
« Newer Entries
Older Entries »