Author: Stan Eisenstat
Subject: Re: [Cs223] Testing with valgrind locally.
Date: Tuesday, 17 Mar 2020, 16:57:27
> Message Posted By: Unknown > > I managed to get Valgrind to work locally, since my connection to the zoo > isn't reliable. However, i'm concerned that memory leaks that may arise > from testing my code frequently may cause problems on my computer. Is this > something I should be worried about? The memory leak is associated with a process. When that process dies, all of its memory (including that which is no longer reachable) is freed. Thus I do not understand what you are asking. --Stan-PREV INDEX NEXT