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 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
How to malloc char** table?
Oct 25, 2022
c
arrays
char
malloc
free
free() call works on simulator, makes iPad angry. iPad smash
Jul 08, 2021
iphone
c
objective-c
memory-management
free
How do I keep Perl from consuming tons of memory when child forks of a large parent process shut down?
Dec 30, 2018
linux
perl
memory-management
fork
free
Understanding of pointers with malloc and free
Sep 05, 2022
c
arrays
pointers
malloc
free
Using realloc (X, 0) instead of free() and using malloc with length of a string +1
Sep 29, 2018
c
memory-management
free
realloc
what happens when tried to free memory allocated by heap manager, which allocates more than asked for?
Oct 14, 2022
c++
c
malloc
heap-memory
free
Problem with free() on structs in C. It doesn't reduce memory usage
May 13, 2022
c
memory-management
struct
malloc
free
Is it always a good practice to set pointers to NULL after free()-ing them? [duplicate]
Oct 26, 2022
c
memory
null
free
Can still print a string after I freed it?
Nov 04, 2018
c
memory-management
malloc
free
Delete memory of std::map<int, string> completely
Nov 12, 2022
c++
map
stl
free
Free (deleting) allocated memory from the function readdir
Nov 09, 2022
c
linux
stack
malloc
free
How to free pointer's space in memory?
Aug 17, 2022
c
pointers
memory
memory-management
free
Is there, besides hunting for memory leaks, another situation where I should free all objects when destroying an application?
Aug 31, 2022
delphi
memory-leaks
free
fastmm
« Newer Entries
Older Entries »