]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up MSpan* MCache* MCentral* in docs
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 5 Nov 2018 19:26:25 +0000 (19:26 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 5 Nov 2018 22:56:22 +0000 (22:56 +0000)
commit44dcb5cb61aee5435e0b3c78544a1d3352a4cc98
treedc4ae82bad1806096b783cd12aaed3f4eb98985d
parent9c89923266a372e9357dc3296b6c53bb931dd4a9
runtime: clean up MSpan* MCache* MCentral* in docs

This change cleans up references to MSpan, MCache, and MCentral in the
docs via a bunch of sed invocations to better reflect the Go names for
the equivalent structures (i.e. mspan, mcache, mcentral) and their
methods (i.e. MSpan_Sweep -> mspan.sweep).

Change-Id: Ie911ac975a24bd25200a273086dd835ab78b1711
Reviewed-on: https://go-review.googlesource.com/c/147557
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/heapdump.go
src/runtime/mcache.go
src/runtime/mcentral.go
src/runtime/mfixalloc.go
src/runtime/mgcmark.go
src/runtime/mgcsweep.go
src/runtime/mheap.go
src/runtime/mstats.go