Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 363 Bytes

exude

exude is a simple to use memory debugger. The idea is to enhance standard memory allocation calls with simple replacements that add just a little more functionality, such as keeping track if memory was previously allocated, to prevent common errors such as double free, memory leaks etc.

License

exude is licensed under the liberal ISC License.