]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: add controls for garbage collector
authorRuss Cox <rsc@golang.org>
Mon, 4 Feb 2013 05:00:55 +0000 (00:00 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 4 Feb 2013 05:00:55 +0000 (00:00 -0500)
commit472354f81e6c413508b3f2f43c0f321c4500bacd
treeb624f86c9ef2f6544e9b7ae63483e7570f1bb89d
parent6b4cf2b36781bcc3fddd8374c68dd143d12dadc1
runtime/debug: add controls for garbage collector

Fixes #4090.

R=golang-dev, iant, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/7229070
src/pkg/go/build/deps_test.go
src/pkg/runtime/debug/debug.c [new file with mode: 0644]
src/pkg/runtime/debug/garbage.go [new file with mode: 0644]
src/pkg/runtime/debug/garbage_test.go [new file with mode: 0644]
src/pkg/runtime/debug/stack_test.go
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.c
src/pkg/runtime/mheap.c