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

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -