Skip to content
  • Damien George's avatar
    py: Add immortal GC implementation. · 23d564c0
    Damien George authored
    As a drop-in replacement for the standard GC, this memory manager offers
    a very simple allocation scheme which just increases a pointer within
    the heap.  There is no garbage collection and free is a null operation.
    23d564c0