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 free
Does malloc reserve more space while allocating memory?
Sep 05, 2022
c
malloc
free
dynamic-memory-allocation
LinkedList - How to free the memory allocated using malloc
Oct 08, 2022
c
linked-list
malloc
free
Can I assume that calling realloc with a smaller size will free the remainder? [duplicate]
Sep 01, 2022
c
malloc
free
realloc
Should I free memory before exit?
Aug 31, 2022
c
malloc
free
dynamic-allocation
Understanding "corrupted size vs. prev_size" glibc error
Mar 31, 2020
c++
malloc
free
jna
glibc
Is free() zeroing out memory?
Aug 30, 2022
c
gcc
memory-management
clang
free
How to check if a pointer is freed already in C?
Aug 30, 2022
c
pointers
free
C: Correctly freeing memory of a multi-dimensional array
Aug 29, 2022
c
memory-management
memory-leaks
free
malloc
If `malloc(0)` returns a non-null pointer, can I pass that to `free`?
Aug 29, 2022
c
memory-management
malloc
free
If free() knows the length of my array, why can't I ask for it in my own code?
Aug 17, 2022
c
memory
free
malloc
Should one really set pointers to `NULL` after freeing them?
Sep 16, 2022
c
pointers
free
Is this a good way to free memory?
Aug 25, 2022
c
memory
free
Will malloc implementations return free-ed memory back to the system?
Aug 26, 2022
free
malloc
glibc
mmap
tcmalloc
How do free and malloc work in C?
Aug 26, 2022
c
memory
free
malloc
Free memory allocated in a different function?
Oct 13, 2019
c
pointers
memory-management
malloc
free
Unable to free const pointers in C
Sep 03, 2018
c
constants
free
Why cast free's return value to void?
Feb 28, 2022
c
casting
free
void
legacy-code
Why does `free` in C not take the number of bytes to be freed?
Aug 17, 2022
c
memory-management
malloc
free
How to track down a "double free or corruption" error
Aug 16, 2022
c++
c
debugging
free
Does free(ptr) where ptr is NULL corrupt memory?
Aug 15, 2022
c
pointers
memory-management
null
free
« Newer Entries
Older Entries »