]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: replace ref with allocCount
authorRick Hudson <rlh@golang.org>
Tue, 16 Feb 2016 22:16:43 +0000 (17:16 -0500)
committerRick Hudson <rlh@golang.org>
Wed, 27 Apr 2016 21:54:49 +0000 (21:54 +0000)
commite4ac2d4acc8cb44df2107e3fa1067755feaaa005
tree7c21e754aa738aa5cc297bdf98b7828498ddb0d3
parent3479b065d43f2990ac12e7b00ddff6f63a876ca9
[dev.garbage] runtime: replace ref with allocCount

This is a renaming of the field ref to the
more appropriate allocCount. The field
holds the number of objects in the span
that are currently allocated. Some throws
strings were adjusted to more accurately
convey the meaning of allocCount.

Change-Id: I10daf44e3e9cc24a10912638c7de3c1984ef8efe
Reviewed-on: https://go-review.googlesource.com/19518
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/malloc.go
src/runtime/mcache.go
src/runtime/mcentral.go
src/runtime/mheap.go
src/runtime/mstats.go
src/runtime/stack.go