diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-05-30 17:09:58 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-05-30 17:09:58 +0400 |
| commit | e17281b39779c18fc73779c81a3741b05ea85485 (patch) | |
| tree | d4ab0bc79d7e05844b204d800eeb716c3e9f1f23 /src/pkg/runtime/malloc.h | |
| parent | 573d25a42342ae094edeafc7066646cf825eb255 (diff) | |
| download | go-e17281b39779c18fc73779c81a3741b05ea85485.tar.xz | |
runtime: rename mheap.maps to mheap.spans
as was dicussed in cl/9791044
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9853046
Diffstat (limited to 'src/pkg/runtime/malloc.h')
| -rw-r--r-- | src/pkg/runtime/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/malloc.h b/src/pkg/runtime/malloc.h index c668183c96..0d22075bea 100644 --- a/src/pkg/runtime/malloc.h +++ b/src/pkg/runtime/malloc.h @@ -411,7 +411,7 @@ struct MHeap uint32 nspancap; // span lookup - MSpan** map; + MSpan** spans; uintptr spans_mapped; // range of addresses we might see in the heap |
