commit | 7fa577e31ac14e4b3f81669ca3be0f3a707ea19e | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@google.com> | Tue Apr 10 09:49:13 2018 -0700 |
committer | Keith Randall <khr@golang.org> | Tue Apr 10 20:31:28 2018 +0000 |
tree | 971b7a14839dbe99212484275e6f00587faf93d4 | |
parent | ab7e79f6c712f895f95a81a5d2d3e6fec3f607f8 [diff] |
gocore: ignore unmapped parts of spans If part of a span is not backed by physical memory (because it hasn't been touched yet, or it has been MADV_DONTNEEDed), don't count that part toward space used. Change-Id: I35db31f5ea56b6fdb0d6d652dc7f1763f75c28a8 Reviewed-on: https://go-review.googlesource.com/106117 Reviewed-by: Heschi Kreinick <heschi@google.com>