|
|
|
|
|
by 1718627440
385 days ago
|
|
But for example verifying that memory is not touched after it is supposed to, is much harder when you can't rely on it being freed. Of course literally running valgrind is still possible, but it is difficult to get useful information. |
|
That's the beauty of the never free memory management strategy.