diff options
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi index 6e806b71b..98615cc77 100644 --- a/doc/ref/api-memory.texi +++ b/doc/ref/api-memory.texi @@ -80,6 +80,7 @@ this mechanism. @deffnx {C Function} scm_gc_stats () Return an association list of statistics about Guile's current use of storage. +@end deffn @deffn {Scheme Procedure} gc-live-object-stats @deffnx {C Function} scm_gc_live_object_stats () @@ -94,9 +95,6 @@ typically from a smob @emph{mark} function. @end deftypefun -@end deffn - - @node Memory Blocks @subsection Memory Blocks |