Add ASSUME_NO_INVALID_FREES, which is a way to skip the check that protects against double-frees. This is necessary when running large amounts of code to look for memory leaks, because,otherwise, it takes too long.
Authored by: david_costanzo 2006-08-13
Parent: [r1482]
Child: [r1484]