GNU Info

Info Node: (guile.info)Garbage Collection

(guile.info)Garbage Collection


Next: Weak References Up: Memory Management
Enter node , (file) or (file)node

Garbage Collection
==================

[FIXME: this is pasted in from Tom Lord's original guile.texi and should
be reviewed]

 - primitive: gc
     Scans all of SCM objects and reclaims for further use those that
     are no longer accessible.

 - primitive: gc-stats
     Returns an association list of statistics about Guile's current
     use of storage.

 - primitive: object-address obj
     Return an integer that for the lifetime of OBJ is uniquely
     returned by this function for OBJ

 - primitive: unhash-name name


automatically generated by info2www version 1.2.2.9