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
Go from Code to Production URL in Seconds
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of zmalloc!