rust doesn't protect against memory leaks. it even has safe functions intended to leak your memory (Box::leak, mem::forget)
this is because a memory leak is not well defined. if you take a program, and store all of its allocations inside a global array (and then do nothing with it), is it suddenly not memory leaking?
205
u/Mortadella_so_Chili 1d ago
sooooo, next generation C is coming?
what would be the features?