Memory Tracking Code Available
Cross posted in
cprogramming and
coders_haven
I just posted memory tracking code up on my website. The allows a programmer to detect memory leaks as well as attempts to free() memory twice.
I am posting it here in the hopes that someone one might find it useful. I would also appreciate any feedback.
http://www.adinhunterbaber.com/code/memory_tracking.html
cprogramming and
coders_havenI just posted memory tracking code up on my website. The allows a programmer to detect memory leaks as well as attempts to free() memory twice.
I am posting it here in the hopes that someone one might find it useful. I would also appreciate any feedback.
http://www.adinhunterbaber.com/code/memory_tracking.html