ares icon indicating copy to clipboard operation
ares copied to clipboard

PMA: Garbage collection

Open eamsden opened this issue 2 years ago • 0 comments

The PMA needs a garbage collector. We need the following functionality:

  • Deallocating unused blocks
  • Melding small [what is our predicate for small?] allocations into larger allocations
  • Tracing multiple roots
  • Trait for tracing and melding
  • [later extendable to] tracing multiple roots after checking that owning threads are still active (for concurrent scries)

eamsden avatar Dec 16 '23 01:12 eamsden