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

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

java - Could not locate OpenAL library -

Non Unique Username with ASP.Net Identity 2.0 -