- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
A screenshot from youtube, Virbox
You must log in or # to comment.
~I’m sorry~
Eh… ship it. RAM is cheap.
“Uh, Boss, our customers are sending us the invoices for their RAM purchases.”
That’s why I preallocate the max memory I will need just like I was taught to do in Fortran. You can’t leak what you don’t have.
rip random amiga machine
This is why I only allocate on the stack
Stack overflow intensifies
The line causing the memory leaks is actually the lack of a line:
free()
.