-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
There doesn't seem to be good memory leak detection (or any at all).
What would be nice is if there's a way to save the heap and stack memory
address before the test, and then compare the heap and stack memory
addresses after end of the test fixture and check for any memory leaks.
This doesn't seem to be happening.
Original issue reported on code.google.com by ray...@gmail.com
on 17 Jul 2008 at 8:35