]> Cypherpunks repositories - gostls13.git/commit
malloc bug fixes.
authorRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 11:13:39 +0000 (03:13 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 11:13:39 +0000 (03:13 -0800)
commitda0a7d7b8f896bc2117ce488c4e245d626ef8aba
tree9b40150f73466d543e7724ee596fb3c4ef094e72
parentba882f9940361e7f9f969fcc1cc613e735d38191
malloc bug fixes.

use malloc by default.
free stacks.

R=r
DELTA=424  (333 added, 29 deleted, 62 changed)
OCL=21553
CL=21584
12 files changed:
src/lib/malloc.go
src/runtime/malloc.c
src/runtime/malloc.h
src/runtime/mcache.c
src/runtime/mcentral.c
src/runtime/mem.c
src/runtime/mheap.c
src/runtime/proc.c
src/runtime/rt0_amd64.s
src/runtime/runtime.h
test/mallocrep.go
test/mallocrep1.go [new file with mode: 0644]