• Russ Cox's avatar
    add support for ref counts to memory allocator. · 3f8aa662
    Russ Cox authored
    mark and sweep, stop the world garbage collector
    (intermediate step in the way to ref counting).
    can run pretty with an explicit gc after each file.
    
    R=r
    DELTA=502  (346 added, 143 deleted, 13 changed)
    OCL=20630
    CL=20635
    3f8aa662
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...