Go to the first, previous, next, last section, table of contents.


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


Go to the first, previous, next, last section, table of contents.