Description
C programs can be checked for memory allocation mistakes with a debugging malloc library. It is useful for developers investigating leaks, invalid frees, and heap misuse.
This library changes allocation behavior while debugging. Use it in test builds and verify findings with normal builds before release.