A very simple malloc checking library. Can be used as a source include as well.
The biggest advantage of this library is non intrusiveness. It does not rely on any platform specific features, should work everywhere.
How to use: use zalloc() and zfree() instead of the malloc and free calls. (Could be done by defines) Zmalloc will detect overwrites, freeing non freed items, not freeing items allocated. See the test_zmalloc on how to use it.
Features
- malloc
- memory allocation checking
- memory leak checking
Follow zmalloc
Other Useful Business Software
Veeam Data Platform v13.1 - Get Your Free Trial
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of zmalloc!