]> Cypherpunks repositories - gostls13.git/commit
malloc fixes.
authorRuss Cox <rsc@golang.org>
Fri, 5 Dec 2008 05:04:26 +0000 (21:04 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 5 Dec 2008 05:04:26 +0000 (21:04 -0800)
commitc1868bc89debde4b36577cc4b01513b7685fe0a1
tree18b442cbbc2ff676c9d7d3de610fbecce5c3c5dd
parent0d1cbaf22524113eb49347c1194084c572e5a003
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
usr/rsc/mem/Makefile
usr/rsc/mem/allocator.go
usr/rsc/mem/malloc.c
usr/rsc/mem/malloc.h
usr/rsc/mem/stack.c [new file with mode: 0644]
usr/rsc/mem/triv.c