gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Free memory from the garbage collector


From: Javier Sancho
Subject: [Gcl-devel] Free memory from the garbage collector
Date: Mon, 14 Sep 2009 17:18:15 +0200

Hi all,

I'm developing a Lisp extension for making games with SDL and OpenGL
and I want to manage memory transparently for the programmer.

Memory is allocated from C functions calling malloc or other simillar
functions and lisp variables store the memory address. The idea is to
free memory from unused variables when garbage collector is invoked.

I've read extensively GCL documentation and I haven't found any
reference for doing something similar.

Can anyone help me? Thanks.

-- 
Javier Sancho Fernández - http://www.jsancho.org/
Associate Member of the Free Software Foundation - http://www.fsf.org/
Socio de Aditel - http://www.aditel.org/
Contra el DRM - http://www.defectivebydesign.org/what_is_drm




reply via email to

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