]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up naming of mcallable functions.
authorKeith Randall <khr@golang.org>
Wed, 6 Aug 2014 21:33:57 +0000 (14:33 -0700)
committerKeith Randall <khr@golang.org>
Wed, 6 Aug 2014 21:33:57 +0000 (14:33 -0700)
commite359bea8ad0b381c1b28dd7c74ca17e17a7f3324
tree79eaa610a0f25c761d6ad9d07c31081b1902e536
parent161ba662b19ca0ed367883c6d9233fc00c10654f
runtime: clean up naming of mcallable functions.

Introduce the mFunction type to represent an mcall/onM-able function.
Name such functions using _m.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/121320043
src/pkg/runtime/malloc.c
src/pkg/runtime/malloc.go
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.goc
src/pkg/runtime/print.go
src/pkg/runtime/stubs.go