GCMemAlloced()

BlitzMax Forums/BlitzMax Beginners Area/GCMemAlloced()

Ant(Posted 2005) [#1]
Hi, I've just put
DrawText (GCMemAlloced()/1024),100,10

in my main loop of my app (which I assume gets the apps memory use if KB). The display cycles up and down between 38 and 49 - is it normal for this to fluctuate? I'm assuming there isnt a memory leak as it isnt contstantly increasing.
cheers


tonyg(Posted 2005) [#2]
That's normal.
gccollect


Ant(Posted 2005) [#3]
Thanks for the help tonyg