diff options
| author | Keith Randall <khr@golang.org> | 2014-09-03 08:49:43 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2014-09-03 08:49:43 -0700 |
| commit | f44073785a99c2b6656156fe42055f81d29f5e1a (patch) | |
| tree | 6a39affb9e864ffd0cceacaa93e31f3225e63a64 /src/pkg/runtime/malloc.h | |
| parent | 54138e1ac356d824fe669b593c9ec24d9c7bbd3a (diff) | |
| download | go-f44073785a99c2b6656156fe42055f81d29f5e1a.tar.xz | |
runtime: deferproc/deferreturn in Go
LGTM=rsc
R=golang-codereviews, rsc, khr
CC=golang-codereviews
https://golang.org/cl/139900043
Diffstat (limited to 'src/pkg/runtime/malloc.h')
| -rw-r--r-- | src/pkg/runtime/malloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/malloc.h b/src/pkg/runtime/malloc.h index f328feb172..d9a2bf84ba 100644 --- a/src/pkg/runtime/malloc.h +++ b/src/pkg/runtime/malloc.h @@ -528,6 +528,7 @@ void* runtime·cnewarray(Type*, intgo); void runtime·tracealloc(void*, uintptr, Type*); void runtime·tracefree(void*, uintptr); void runtime·tracegc(void); +extern Type* runtime·conservative; int32 runtime·gcpercent; int32 runtime·readgogc(void); |
