axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Memory leak in Axiom


From: Vanuxem Grégory
Subject: [Axiom-developer] Memory leak in Axiom
Date: Tue, 21 Jun 2005 21:43:14 +0200

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]