]> Cypherpunks repositories - gostls13.git/commit
runtime: rename mspan.stackfreelist -> manualFreeList
authorAustin Clements <austin@google.com>
Thu, 16 Mar 2017 19:02:02 +0000 (15:02 -0400)
committerAustin Clements <austin@google.com>
Thu, 13 Apr 2017 18:20:33 +0000 (18:20 +0000)
commitab9db51e1cf651c0d6d5b56dfd0d9d452f176726
treefd5df421fec6a1a0f74f490916eeebe970317d7d
parent8fbaa4f70bf1bd2c2beb1bfdcce78863aaf08e0e
runtime: rename mspan.stackfreelist -> manualFreeList

We're going to use this free list for other types of manually-managed
memory in the heap.

For #19325.

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