]> Cypherpunks repositories - gostls13.git/commit
runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system
authorRuss Cox <rsc@golang.org>
Fri, 15 May 2015 18:23:23 +0000 (14:23 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2015 18:47:00 +0000 (18:47 +0000)
commitc3c047a6a32ab1f5344e7c0b074fb9d1ce365bbc
tree9b0a4537d1f030019f29291a364caf8fd07c4e8f
parent8fa14ea8b4744576bd28073901154c15813e29de
runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system

Change-Id: Ic064fe7c6bd3304dcc8c3f7b3b5393870b5387c2
Reviewed-on: https://go-review.googlesource.com/10119
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/export_test.go
src/runtime/gcinfo_test.go
src/runtime/mbitmap.go