--- scheme-memory.texi.~1.14.~ 2003-06-12 08:41:53.000000000 +1000 +++ scheme-memory.texi 2003-08-08 18:34:58.000000000 +1000 @@ -170,6 +170,10 @@ @code{scm_must_free}. This section explains why we want you to stop using them, and how to do this. address@hidden scm_must_malloc address@hidden scm_must_realloc address@hidden scm_must_calloc address@hidden scm_must_free The functions @code{scm_must_malloc} and @code{scm_must_realloc} behaved like @code{scm_gc_malloc} and @code{scm_gc_realloc} do now, respectively. They would inform the GC about the newly allocated @@ -194,6 +198,8 @@ When this happened, the result was a dramatic increase in (senseless) GC activity which would effectively stop the program dead. address@hidden scm_done_malloc address@hidden scm_done_free The functions @code{scm_done_malloc} and @code{scm_done_free} were introduced to help restore balance to the force, but existing bugs did not magically disappear, of course.