|
From: | Doug Stewart |
Subject: | [Octave-bug-tracker] [bug #55287] Memory leak in graphics subsystem |
Date: | Tue, 8 Jan 2019 15:43:50 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 |
Follow-up Comment #29, bug #55287 (project octave): I changed you code to see how the memory usage changes. i=0 memold=memory().MemUsedOctave; do i=i+1; data=rand(100000,1); #clf #uncomment to avoid leak plot(data); drawnow mem=memory().MemUsedOctave; mc=mem-memold; disp([i mem mc]) memold=mem; until i>100000 It has a cycle of 4 values! _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?55287> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |