diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-02-28 20:56:41 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-02-28 20:56:41 +0000 |
commit | 4c7fbdfbd56e300020586c637a3cbf0e144f511d (patch) | |
tree | 57cefc4f4476eafb85b748ce4325f0227c17e265 | |
parent | d115af0eea8d8c19cb0abc4acb26e647810aafe7 (diff) | |
download | guile-4c7fbdfbd56e300020586c637a3cbf0e144f511d.tar.gz |
(malloc-stats): Refer to scm_gc_malloc instead of to scm_must_malloc.
-rw-r--r-- | doc/ref/scheme-debug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-debug.texi b/doc/ref/scheme-debug.texi index 602fecf3f..f939c03be 100644 --- a/doc/ref/scheme-debug.texi +++ b/doc/ref/scheme-debug.texi @@ -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 |