(malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 28 Feb 2002 20:56:41 +0000 (20:56 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 28 Feb 2002 20:56:41 +0000 (20:56 +0000)
doc/ref/scheme-debug.texi

index 602fecf..f939c03 100644 (file)
@@ -42,7 +42,7 @@ to the current output port.
 @deffn {Scheme Procedure} malloc-stats
 Return an alist ((@var{what} . @var{n}) ...) describing number
 of malloced objects.
-@var{what} is the second argument to @code{scm_must_malloc},
+@var{what} is the second argument to @code{scm_gc_malloc},
 @var{n} is the number of objects of that type currently
 allocated.
 @end deffn