diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-01-14 20:45:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-01-14 20:45:36 +0000 |
commit | cdd2e6500e09efdf2a52655a1a3750adba686d3b (patch) | |
tree | d4a992d51c34770a49a32b4a13b39eebdafcf326 | |
parent | dd580bd60256903c59ac334fba331a8d5e23fa29 (diff) | |
download | guile-cdd2e6500e09efdf2a52655a1a3750adba686d3b.tar.gz |
Minor edits.
-rw-r--r-- | devel/memory.text | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/memory.text b/devel/memory.text index 50d5a6b6a..0e7912e10 100644 --- a/devel/memory.text +++ b/devel/memory.text @@ -130,7 +130,7 @@ everybody else to systematically review their code. itself. (We don't do this out of lazyness but because it will keep the memory management overhead very low.) -The normal thing to use is scm_gc_malloc / scm_gc_free. +The normal thing to use is scm_gc_malloc, scm_gc_realloc, and scm_gc_free. Cell allocation and initialization |