Y
Hacker News
new
|
ask
|
show
|
jobs
by
ummonk
1181 days ago
"A memory leak means a program will never free some region of memory"
The memory gets freed when the program terminates.
1 comments
sudosysgen
1181 days ago
This is the memory management technique that many programs, such as GCC, used to very good results.
link