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
How to correctly use malloc and free memory?
Jun 05, 2022
c++
c
malloc
free
secure-coding
How to free static member variable in C++?
May 23, 2022
c++
memory
free
static-members
strtok and memory leaks
Feb 19, 2022
c
memory
free
malloc
strtok
C Programming: malloc and free within a loop
Oct 20, 2022
c
free
malloc
Is there any danger in calling free() or delete instead of delete[]? [duplicate]
Nov 17, 2022
c++
memory-management
free
new-operator
Double free or corruption when using destructor [duplicate]
May 09, 2022
c++
free
destructor
corruption
Does C send method free buffer?
Feb 03, 2022
c
free
send
C++ allocator<X>::deallocate(NULL,1) allowed?
May 15, 2022
c++
memory-management
null
free
allocator
Custom malloc implementation
Oct 15, 2022
c++
c
memory
malloc
free
LD_PRELOAD only working for malloc, not free
Feb 02, 2018
c++
malloc
free
dynamic-linking
ld-preload
How do pointers assigned to pointers and free() work together?
Sep 09, 2022
c
pointers
memory
free
Is there a way to overwrite the malloc/free function in C?
Oct 26, 2022
c
malloc
free
How to free() a malloc()'d structured correctly?
Aug 09, 2022
c
pointers
free
malloc
Does freeing an int* which was assigned to a char* (allocated by `malloc`) invoke Undefined Behavior?
Aug 30, 2022
c
pointers
memory
free
undefined-behavior
Can I free the memory of the char* string when I assign it to std::string?
Aug 22, 2022
c++
string
free
stdstring
Malloc, free and segmentation fault
Apr 02, 2022
c
segmentation-fault
malloc
free
Free a null pointer anyway or check first?
Oct 14, 2022
c
pointers
memory
free
Do I need to free char array of fixed length? [duplicate]
May 26, 2022
c
memory-management
memory-leaks
malloc
free
C memory management error?
May 12, 2022
c
memory-management
free
How to free recursive struct (trie)
Mar 06, 2021
c
recursion
struct
free
trie
« Newer Entries
Older Entries »