]> Cypherpunks repositories - gostls13.git/commit
malloc in runtime (not used by default)
authorRuss Cox <rsc@golang.org>
Thu, 18 Dec 2008 23:42:28 +0000 (15:42 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 18 Dec 2008 23:42:28 +0000 (15:42 -0800)
commite29ce175eda2016b93e755b6a5ae759b5b692834
tree50267429e2432b2039d63c2514b6099a2421d455
parent6ccca61510ac3e3a9e96019bc6bfb1286cac080e
malloc in runtime (not used by default)

R=r
DELTA=1551  (1550 added, 0 deleted, 1 changed)
OCL=21404
CL=21538
15 files changed:
src/lib/Makefile
src/lib/malloc.go [new file with mode: 0644]
src/runtime/Makefile
src/runtime/malloc.c [new file with mode: 0644]
src/runtime/malloc.h [new file with mode: 0644]
src/runtime/mcache.c [new file with mode: 0644]
src/runtime/mcentral.c [new file with mode: 0644]
src/runtime/mfixalloc.c [new file with mode: 0644]
src/runtime/mheap.c [new file with mode: 0644]
src/runtime/msize.c [new file with mode: 0644]
src/runtime/proc.c
src/runtime/runtime.h
test/malloc1.go [new file with mode: 0644]
test/mallocrand.go [new file with mode: 0644]
test/mallocrep.go [new file with mode: 0644]