Resets the baseline for vl-gc to however much memory is currently allocated.
(set-vl-gc-baseline) → nil
This may sometimes be worth calling at the start of a script.
Function:
(defun set-vl-gc-baseline nil (declare (xargs :guard t)) (let ((__function__ 'set-vl-gc-baseline)) (declare (ignorable __function__)) (raise "Under-the-hood definition not installed?")))