Weak-Vector
(excl:weak-vector length)
- Creates a vector
- The GC will “collect” elements that have no other references (element becomes NIL)
(excl:schedule-finalization x function)
- GC applies function to x at the point x is identified as garbage
Use together to verify that the GC is collecting large objects you think should be collected