From e73c3ec468a3e3ab6a521dee6b053f74d03c0d08 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Jul 2003 16:03:48 +0000 Subject: [PATCH] (Garbage Collection): Add post-gc-hook. --- lispref/internals.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lispref/internals.texi b/lispref/internals.texi index 607970acabf..e469ccc3769 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -339,6 +339,12 @@ beginning and end of garbage collection. The default value is @code{nil}, meaning there are no such messages. @end defopt +@defvar post-gc-hook +This is a normal hook that is run at the end of garbage collection. +Garbage collection is inhibited while the hook functions run, so be +careful writing them. +@end defvar + @defopt gc-cons-threshold The value of this variable is the number of bytes of storage that must be allocated for Lisp objects after one garbage collection in order to -- 2.39.5