1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:31:21 -06:00
go/usr/rsc/mem
Russ Cox c1868bc89d malloc fixes.
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
2008-12-04 21:04:26 -08:00
..
allocator.go malloc fixes. 2008-12-04 21:04:26 -08:00
Makefile malloc fixes. 2008-12-04 21:04:26 -08:00
malloc.c malloc fixes. 2008-12-04 21:04:26 -08:00
malloc.h malloc fixes. 2008-12-04 21:04:26 -08:00
pagemap.c First pieces of malloc. 2008-11-17 12:32:35 -08:00
stack.c malloc fixes. 2008-12-04 21:04:26 -08:00
testrandom.go First pieces of malloc. 2008-11-17 12:32:35 -08:00
testrepeat.go First pieces of malloc. 2008-11-17 12:32:35 -08:00
testsizetoclass.go First pieces of malloc. 2008-11-17 12:32:35 -08:00
triv.c malloc fixes. 2008-12-04 21:04:26 -08:00