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
Can't free memory after char *
Dec 04, 2025
c
free
How can i add a timestamp to my script using the linux free command (free | grep mem | awk '{print $4/$2 * 100.0}')
Dec 03, 2025
linux
scripting
timestamp
free
How are we able to access the pointer after deallocating the memory?
Dec 03, 2025
c
pointers
malloc
free
Basic Malloc/Free
Nov 29, 2025
c
malloc
free
Freeing a pointer to a 'double' value
Nov 28, 2025
c
pointers
memory-management
double
free
Can you mix free and constructor in C++? [duplicate]
Nov 25, 2025
c++
constructor
free
malloc
Error:free(): invalid next size (fast) [duplicate]
Nov 19, 2025
c
data-structures
struct
free
memcpy
Using an ampersand (&) in a call to free()
Nov 20, 2025
c
pointers
free
"Memory allocated with calloc must be freed all at once"?
Nov 20, 2025
c
malloc
dynamic-memory-allocation
free
calloc
cudaFree is not freeing memory
Nov 18, 2025
memory
cuda
free
How can I tell whether it's safe/necessary to cudaFree() or not?
Nov 07, 2025
memory-management
cuda
free
Does freeing an uninitialized pointer result in undefined behavior?
Oct 31, 2025
c
pointers
free
Do I need to free the returned pointer from localtime() function?
Oct 27, 2025
c
pointers
time
free
Memory Leaks while using gstbuffer
Oct 26, 2025
memory-leaks
gstreamer
free
How to free memory allocated by thread-function in the main
Oct 18, 2025
c
memory-management
pthreads
free
Can I free() something in C that has been malloc()'ed in C++?
Oct 17, 2025
c++
c
malloc
language-lawyer
free
Function to clear allocated memory is not working
Oct 18, 2025
c
recursion
malloc
free
How do you free a 2D malloc'd array in C?
Oct 14, 2025
c
free
C malloc() memory space released after program ends? [duplicate]
Sep 20, 2025
c
malloc
free
Older Entries »