- gc_tables(-Remaining) is det
- The table abolish predicates leave the actual destruction of the
tables to the atom garbage collector to avoid deleting active
tables. This predicate runs garbage_collect_atoms/0 and counts the
remaining erased tables.
- Compatibility
- - Due to the heuristic nature of garbage_collect_atoms/0, not
all tables may be reclaimed immediately.