]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: bitmap allocation data structs
authorRick Hudson <rlh@golang.org>
Thu, 4 Feb 2016 16:41:48 +0000 (11:41 -0500)
committerRick Hudson <rlh@golang.org>
Wed, 27 Apr 2016 21:54:35 +0000 (21:54 +0000)
commit2ac8bdc52ae1ea0418df465de3f1ef36f49e2274
treef7b3cf58fd7187ac66214efc18c7260e79b33bba
parent6d6e16001bb04d4bf60c6d14d1f64684a043ef6c
[dev.garbage] runtime: bitmap allocation data structs

The bitmap allocation data structure prototypes. Before
this is released these underlying data structures need
to be more performant but the signatures of helper
functions utilizing these structures will remain stable.

Change-Id: I5ace12f2fb512a7038a52bbde2bfb7e98783bcbe
Reviewed-on: https://go-review.googlesource.com/19221
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/malloc.go
src/runtime/mheap.go
src/runtime/msize.go