]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: mark several types go:notinheap
authorAustin Clements <austin@google.com>
Wed, 12 Oct 2016 02:58:21 +0000 (22:58 -0400)
committerAustin Clements <austin@google.com>
Sat, 15 Oct 2016 17:58:20 +0000 (17:58 +0000)
commit1bc6be6423e48318451a0faeaae840772137b001
tree013de581e0dd5d1a65aac79b665b41afd5cb3586
parent991a85c88944e9cb92c4860c173f49d549a92845
runtime: mark several types go:notinheap

This covers basically all sysAlloc'd, persistentalloc'd, and
fixalloc'd types.

Change-Id: I0487c887c2a0ade5e33d4c4c12d837e97468e66b
Reviewed-on: https://go-review.googlesource.com/30941
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/cpuprof.go
src/runtime/malloc.go
src/runtime/mcache.go
src/runtime/mcentral.go
src/runtime/mfinal.go
src/runtime/mfixalloc.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/mprof.go
src/runtime/netpoll.go
src/runtime/trace.go