POV-Ray : Newsgroups : povray.binaries.programming : My idea: Developers need tips! Help me, please! : Re: My idea: Developers need tips! Help me, please! Server Time
24 Apr 2024 06:49:51 EDT (-0400)
  Re: My idea: Developers need tips! Help me, please!  
From: clipka
Date: 12 Sep 2016 11:28:36
Message: <57d6c9a4$1@news.povray.org>
Am 12.09.2016 um 16:04 schrieb LanuHum:

>> One memory leak eliminated. I'll have a look whether I can find some more.
> 
> Thank you. Yes, I'm just learning. If I close the app - the memory is freed.

When an application closes, the operating system always reclaims all of
the allocated memory, by force so to speak.

> Memory takes each successive press of a button.
> Button believes the number of vertices.
> Memory: 1760
> Start app. Memory: 1760
> vertices number = 983042
> Press button "Render" . Memory: 2380
> Press button "Render" . Memory: 2750
> Press button "Render" . Memory: 3100
> Press button "Render" . Memory: 3470
> What you need to be reset. Which variable is stored. I see no reason.

I've seen plenty ;)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.