Skip to content
  • Ben Gamari's avatar
    rts: Introduce non-moving heap census · 9f42cd81
    Ben Gamari authored
    This introduces a simple census of the non-moving heap (not to be
    confused with the heap census used by the heap profiler). This
    collects basic heap usage information (number of allocated and free
    blocks) which is useful when characterising fragmentation of the
    nonmoving heap.
    9f42cd81