• 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
..
Makefile Loading commit data...
allocator.go Loading commit data...
malloc.c Loading commit data...
malloc.h Loading commit data...
mem.c Loading commit data...
pagemap.c Loading commit data...
testrandom.go Loading commit data...
testrepeat.go Loading commit data...
testsizetoclass.go Loading commit data...
triv.c Loading commit data...