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
minor improvement in freeing nodes in linked list in C
Sep 18, 2025
c
linked-list
malloc
declaration
free
How to malloc 2D arrays? [duplicate]
Sep 19, 2025
c
arrays
multidimensional-array
malloc
How to create a struct in Rust where the last element is an array of variable length?
Sep 17, 2025
arrays
winapi
rust
malloc
Does malloc() reuse the same memory address in loop?
Sep 15, 2025
c
malloc
Nonnull argument compared to NULL in C
Sep 13, 2025
c
memory
malloc
How to add null terminator to char pointer, when using strcpy
Sep 08, 2025
c
pointers
char
malloc
strcpy
libarchive reads too many chars when extracting a file
Sep 09, 2025
c
malloc
tar
Heap allocate a 2D array (not array of pointers)
Sep 07, 2025
c
multidimensional-array
malloc
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself stored in an allocated memory block may leak?
Sep 07, 2025
c
gcc
malloc
Why do modern compilers assume malloc never fails?
Sep 07, 2025
c++
gcc
clang
malloc
compiler-optimization
Malloc inside a structure
Sep 07, 2025
c
pointers
struct
malloc
Which order should allocated memory blocks be freed in?
Sep 04, 2025
c++
c
memory-management
malloc
Initialize struct with malloc in C
Sep 04, 2025
c
pointers
struct
malloc
Allocate memory and save string in c
Sep 05, 2025
c
string
malloc
free
malloc/free and new/delete compatibility in C++?
Mar 24, 2023
c++
malloc
new-operator
free
delete-operator
Dynamically allocate memory for Array of Structs
Mar 24, 2023
c
arrays
pointers
struct
malloc
Should the pointer being passed to free() point to the start of the allocated space?
Mar 19, 2023
c
pointers
malloc
free
Free() : invalid next size (fast) error
Mar 13, 2023
c
string
pointers
malloc
free
Parse $PATH variable and save the directory names into an array of strings
Sep 03, 2025
c
bash
gcc
malloc
strtok
Is malloc(sizeof(char[length])) incorrect?
Sep 02, 2025
arrays
c
memory
malloc
Older Entries »