aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2016-09-15 14:30:31 -0400
committerAustin Clements <austin@google.com>2016-09-26 22:00:47 +0000
commit2098e5d39afc3e6f687fcabd7704e8013f9c0dbd (patch)
tree98e2a90afa8f18c7037aafc864f2a5e53078f98c /src/database/sql
parentec9c84c8840124b4cf883ab08f6c2dc6baf20732 (diff)
downloadgo-2098e5d39afc3e6f687fcabd7704e8013f9c0dbd.tar.xz
runtime: eliminate memstats.heap_reachable
We used to compute an estimate of the reachable heap size that was different from the marked heap size. This ultimately caused more problems than it solved, so we pulled it out, but memstats still has both heap_reachable and heap_marked, and there are some leftover TODOs about the problems with this estimate. Clean this up by eliminating heap_reachable in favor of heap_marked and deleting the stale TODOs. Change-Id: I713bc20a7c90683d2b43ff63c0b21a440269cc4d Reviewed-on: https://go-review.googlesource.com/29271 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rick Hudson <rlh@golang.org>
Diffstat (limited to 'src/database/sql')
0 files changed, 0 insertions, 0 deletions