A screenshot from youtube, Virbox
You must log in or register to comment.
- 2 years
“Uh, Boss, our customers are sending us the invoices for their RAM purchases.”
Lucy :3@feddit.orgEnglish
2 yearsAlso electron. Because somehow a full blown separate FF instance is more ram efficient than electron.
- 2 years
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.
- 2 years
People who are enthusiastic about using pointers in C++ are doing it wrong. Never use a pointer when you can get away with a reference.
- 2 years
For C++, yes. But “reference” is just a way of using the pointer when it comes to C
- 2 years
The line causing the memory leaks is actually the lack of a line:
free().


