From cdd2e6500e09efdf2a52655a1a3750adba686d3b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 14 Jan 2002 20:45:36 +0000 Subject: [PATCH] Minor edits. --- devel/memory.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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