Hi,

It seems that there is a memory leak in Axiom;

Open a shell, type 'top' and observe residual and virtual memory.

Open AXIOMsys
and type 

 new(1000,1000,0.0)$Matrix(SF);

and repeat this action.


A (1000,1000) C double float array takes 7.63 Mb.

If I alloc a contiguous storage memory array of 1000x1000,
amount of virtual and residual memory augment of 10Mb. It seems
it is never released.

I haven't found this in gcl.


Any idea ?


Cheers,

Greg




_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to