]> Cypherpunks repositories - gostls13.git/commit
finalizers; merge package malloc into package runtime
authorRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 00:31:34 +0000 (16:31 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Feb 2010 00:31:34 +0000 (16:31 -0800)
commit33e396a4a725a2da9cc9ef1f6a0734f0c1381b8d
tree7c63784eb4007f5d7a118b7133d7a611efa2704d
parent00f4c6a1b5bc9ed76529d596ac28ecdaf890fb52
finalizers; merge package malloc into package runtime

R=r, cw
CC=golang-dev
https://golang.org/cl/198085
20 files changed:
src/pkg/Makefile
src/pkg/container/vector/numbers_test.go
src/pkg/fmt/fmt_test.go
src/pkg/malloc/Makefile [deleted file]
src/pkg/malloc/malloc.go [deleted file]
src/pkg/runtime/Makefile
src/pkg/runtime/cgo2c.c
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.cgo
src/pkg/runtime/malloc.h
src/pkg/runtime/mfinal.c [new file with mode: 0644]
src/pkg/runtime/mgc0.c
src/pkg/runtime/runtime.h
src/pkg/runtime/type.h
test/gc.go
test/malloc1.go
test/mallocfin.go [new file with mode: 0644]
test/mallocrand.go
test/mallocrep.go
test/mallocrep1.go