]> Cypherpunks repositories - gostls13.git/commit
runtime: rename SysAlloc to sysAlloc for Go
authorRuss Cox <rsc@golang.org>
Sat, 30 Aug 2014 04:54:40 +0000 (00:54 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 30 Aug 2014 04:54:40 +0000 (00:54 -0400)
commit0316dafda26619175f35e5e89f1920ebf37c85a3
treed8472c76f06504fc2de4350569e5b5214bb817a0
parentd4df63c3e8f37aa6ea033bae8937673460915279
runtime: rename SysAlloc to sysAlloc for Go

Renaming the C SysAlloc will let Go define a prototype without exporting it.
For use in cpuprof.goc's translation to Go.

LGTM=mdempsky
R=golang-codereviews, mdempsky
CC=golang-codereviews, iant
https://golang.org/cl/140060043
17 files changed:
src/pkg/runtime/cpuprof.goc
src/pkg/runtime/heapdump.c
src/pkg/runtime/malloc.c
src/pkg/runtime/malloc.h
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
src/pkg/runtime/mheap.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/stack.c