diff options
Diffstat (limited to 'src/runtime/mpallocbits.go')
| -rw-r--r-- | src/runtime/mpallocbits.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/mpallocbits.go b/src/runtime/mpallocbits.go index dd13337c22..9d01ff8e2f 100644 --- a/src/runtime/mpallocbits.go +++ b/src/runtime/mpallocbits.go @@ -369,6 +369,9 @@ func findBitRange64(c uint64, n uint) uint { // whether or not a given page is scavenged in a single // structure. It's effectively a pallocBits with // additional functionality. +// +// Update the comment on (*pageAlloc).chunks should this +// structure change. type pallocData struct { pallocBits scavenged pageBits |
