c++ - GoogleTest and Memory Leaks -
i'm surprised google c++ testing framework not explicitly support checking memory leaks. there is, however, workaround microsoft visual c++, linux?
if memory management crucial me, better use c++ unit-testing framework?
if memory management crucial me, better use c++ unit-testing framework?
i don't know c++ unit-testing, used dr. memory, works on linux windows , mac if have symbols tells in line memory leak happened! usefull :d
more info http://drmemory.org/
Comments
Post a Comment