]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: rename _MSpanStack -> _MSpanManual
authorAustin Clements <austin@google.com>
Thu, 16 Mar 2017 18:16:31 +0000 (14:16 -0400)
committerAustin Clements <austin@google.com>
Thu, 13 Apr 2017 18:20:30 +0000 (18:20 +0000)
commit8fbaa4f70bf1bd2c2beb1bfdcce78863aaf08e0e
tree99b919871c49359e5205367d26baa9527002ecdb
parent16df2ccdedec47d0be940702bb064f656091bd28
runtime: rename _MSpanStack -> _MSpanManual

We're about to generalize _MSpanStack to be used for other forms of
in-heap manual memory management in the runtime. This is an automated
rename of _MSpanStack to _MSpanManual plus some comment fix-ups.

For #19325.

Change-Id: I1e20a57bb3b87a0d324382f92a3e294ffc767395
Reviewed-on: https://go-review.googlesource.com/38574
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/cgocheck.go
src/runtime/mbitmap.go
src/runtime/mgcmark.go
src/runtime/mheap.go
src/runtime/stack.go