Re: [pure-lang-users] C macros
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-08-25 20:28:28
|
On Mon, 2008-08-25 at 13:31 -0500, Eddie Rucker wrote: Something else that would be neat. Since matrices are created in gsl with an gsl_matrix_alloc command and freed by gsl_matrix_free command, it would be nice if we had some way to mark stuff so that the garbage collector would call gsl_matrix_free when a matrix is no longer in use. Is this possible? I noticed vectors and a bunch of other stuff allocated and deallocated this way. e.r. |