]> Cypherpunks repositories - gostls13.git/commit
runtime: mark sysAlloc nosplit
authorRuss Cox <rsc@golang.org>
Fri, 5 Sep 2014 01:12:48 +0000 (21:12 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 5 Sep 2014 01:12:48 +0000 (21:12 -0400)
commit99a08262af725e542327f09d4a1cedf2a8caefe2
tree3e2e4953f9bc5ab97432d8271b4c1991e698eabd
parentdb58ab96fa4767ca6144678d63203be5381709d6
runtime: mark sysAlloc nosplit

sysAlloc is the only mem function called from Go.

LGTM=iant, khr
R=golang-codereviews, khr, 0intro, iant
CC=dvyukov, golang-codereviews, r
https://golang.org/cl/139210043
src/pkg/runtime/mem_darwin.c
src/pkg/runtime/mem_dragonfly.c
src/pkg/runtime/mem_freebsd.c
src/pkg/runtime/mem_linux.c
src/pkg/runtime/mem_nacl.c
src/pkg/runtime/mem_netbsd.c
src/pkg/runtime/mem_openbsd.c
src/pkg/runtime/mem_plan9.c
src/pkg/runtime/mem_solaris.c
src/pkg/runtime/mem_windows.c