memory - When will Valgrind gives Output -
when valgrind prints error log?
it dumping every error log file @ onetime. how can memory lost messages instantaneously whenever tried particular input.
please me out issue. in advance.
this isn't possible memcheck afaik. monitors allocation , deallocation of every memory chuck additional information debugging aid. if memory allocated not freed, it's lost. memcheck tracks if piece of memory can still referenced checking after every operation overkill think.
just write script calls tool valgrind parameter or - better - unittest framework, supports valgrind.
Comments
Post a Comment