]> Cypherpunks repositories - gostls13.git/commit
runtime: rename "arena index" to "arena map"
authorAustin Clements <austin@google.com>
Thu, 22 Feb 2018 17:35:30 +0000 (12:35 -0500)
committerAustin Clements <austin@google.com>
Fri, 23 Feb 2018 21:59:48 +0000 (21:59 +0000)
commit33b76920ec3bde98e58e0a6cb0816eb7be28bb4e
tree6e0951176a1cf6949183210d5d025a387d538540
parent9680980efe66fc91d838fa9a06077f6ee87f0759
runtime: rename "arena index" to "arena map"

There are too many places where I want to talk about "indexing into
the arena index". Make this less awkward and ambiguous by calling it
the "arena map" instead.

Change-Id: I726b0667bb2139dbc006175a0ec09a871cdf73f9
Reviewed-on: https://go-review.googlesource.com/96777
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/malloc.go
src/runtime/mbitmap.go
src/runtime/mheap.go