Variable: post-gc-hook
post-gc-hook is a variable defined in alloc.c.
Value
nil
Documentation
Hook run after garbage collection has finished.
Probably introduced at or before Emacs version 22.1.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_LISP ("post-gc-hook", Vpost_gc_hook,
doc: /* Hook run after garbage collection has finished. */);