commit | e9a3087e290b52212af1ca2001ea9b24d8797fd0 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Sat Nov 10 11:19:06 2012 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Sat Nov 10 11:19:06 2012 -0800 |
tree | 00aa2dc3061a8c72c4d43f496ae922565cb9132d | |
parent | 5612edb13e5a772e79ade881038ee0760df70d8c [diff] |
runtime, runtime/cgo: track memory allocated by non-Go code Otherwise a poorly timed GC can collect the memory before it is returned to the Go program. R=golang-dev, dave, dvyukov, minux.ma CC=golang-dev https://golang.org/cl/6819119