Debug memory wrapping code from Writing Solid Code, or similar alternatives for C/C++ available to download? -


i'm reading "writing solid code" , stuff wrapping memory functions catch bugs , track memory leaks etc. provided in appendix b there's lot type in. know if code available somewhere download? or if there similar code source same thing available somewhere download? i'm interested in both c , c++ versions.

thanks

rather filling program debugging wrappers, use existing tool memory debugging. valgrind best there is.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -