Comment 13 for bug 688404

Revision history for this message
Vladislav Vaintroub (wlad-montyprogram) wrote :

Windows has debug malloc, it is malloc in debug C runtime. Besides, it has pageheap and application verifier as debug mallocs for release compilation. Personally I miss the point of adding yet another layer of debug mallocs to already existing ones.