aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2014-03-25 13:22:19 -0700
committerIan Lance Taylor <iant@golang.org>2014-03-25 13:22:19 -0700
commit4ebfa8319914e1ed9727592d1fa360ce339b7597 (patch)
tree23893ff60e07c9b69a0b3af54e03c1f08491f33e /src/pkg/runtime/runtime.c
parentcc2c5fc3d28ef2e179e605fa41d5e7eec04e34ac (diff)
downloadgo-4ebfa8319914e1ed9727592d1fa360ce339b7597.tar.xz
runtime: accurately record whether heap memory is reserved
The existing code did not have a clear notion of whether memory has been actually reserved. It checked based on whether in 32-bit mode or 64-bit mode and (on GNU/Linux) the requested address, but it confused the requested address and the returned address. LGTM=rsc R=rsc, dvyukov CC=golang-codereviews, michael.hudson https://golang.org/cl/79610043
Diffstat (limited to 'src/pkg/runtime/runtime.c')
0 files changed, 0 insertions, 0 deletions