diff options
| author | Anthony Martin <ality@pbrane.org> | 2013-06-04 17:12:29 -0700 |
|---|---|---|
| committer | Anthony Martin <ality@pbrane.org> | 2013-06-04 17:12:29 -0700 |
| commit | cdfbe00d915d823019fe165c7935a83c2a8dcb5f (patch) | |
| tree | 55cfd8eed39186483212a3a524340bcc6aa8ae04 /src/pkg/runtime/malloc.h | |
| parent | 2112fed7437c73d76fe514a0ff5082d56cb69e6b (diff) | |
| download | go-cdfbe00d915d823019fe165c7935a83c2a8dcb5f.tar.xz | |
runtime: fix description of SysAlloc
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10010046
Diffstat (limited to 'src/pkg/runtime/malloc.h')
| -rw-r--r-- | src/pkg/runtime/malloc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/runtime/malloc.h b/src/pkg/runtime/malloc.h index 3338b0946f..ba8036ab68 100644 --- a/src/pkg/runtime/malloc.h +++ b/src/pkg/runtime/malloc.h @@ -153,8 +153,7 @@ struct MLink // SysAlloc obtains a large chunk of zeroed memory from the // operating system, typically on the order of a hundred kilobytes -// or a megabyte. If the pointer argument is non-nil, the caller -// wants a mapping there or nowhere. +// or a megabyte. // // SysUnused notifies the operating system that the contents // of the memory region are no longer needed and can be reused |
