|
> I guess i should also consider that i'm fragmenting memory so much that > it forces the heap growth i'm seeing. The Lua function "gcinfo" returns the number of Kbytes actually allocated by Lua. If this number is growing, then you know that your problem is not fragmentation (nor real memory leaks). -- Roberto