diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-03-04 17:56:31 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-03-04 17:56:31 +0000 |
commit | 673ba2da04c2495f905b9e47c2ee820a605aef64 (patch) | |
tree | 125f27888a810e3bbe04cdc91c529263f77a63b6 /doc/ref/api-memory.texi | |
parent | db6673e5a364def086cb5e550969ec734cca6a8a (diff) | |
download | guile-673ba2da04c2495f905b9e47c2ee820a605aef64.tar.gz |
Synchronized docstrings.
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi index 8b015940c..6e806b71b 100644 --- a/doc/ref/api-memory.texi +++ b/doc/ref/api-memory.texi @@ -81,6 +81,11 @@ this mechanism. Return an association list of statistics about Guile's current use of storage. +@deffn {Scheme Procedure} gc-live-object-stats +@deffnx {C Function} scm_gc_live_object_stats () +Return an alist of statistics of the current live objects. +@end deffn + @deftypefun void scm_gc_mark (SCM @var{x}) Mark the object @var{x}, and recurse on any objects @var{x} refers to. If @var{x}'s mark bit is already set, return immediately. This function |