• Russ Cox's avatar
    malloc fixes. · c1868bc8
    Russ Cox authored
    can run peano 10 in 100 MB (instead of 1+ GB) of memory
    when linking against this.
    can run peano 11 in 1 GB of memory now.
    
    R=r
    DELTA=100  (44 added, 44 deleted, 12 changed)
    OCL=20504
    CL=20553
    c1868bc8
Name
Last commit
Last update
..
Makefile Loading commit data...
allocator.go Loading commit data...
malloc.c Loading commit data...
malloc.h Loading commit data...
pagemap.c Loading commit data...
stack.c Loading commit data...
testrandom.go Loading commit data...
testrepeat.go Loading commit data...
testsizetoclass.go Loading commit data...
triv.c Loading commit data...