]> Cypherpunks repositories - gostls13.git/commit
runtime: move comment about address space sizes to malloc.go
authorAustin Clements <austin@google.com>
Mon, 1 Jan 2018 22:53:59 +0000 (17:53 -0500)
committerAustin Clements <austin@google.com>
Thu, 15 Feb 2018 21:12:25 +0000 (21:12 +0000)
commit90666b8a3d5545f4295d9c2517ad607ce5d45e52
tree4242490e9767d717bbc001676af60f290cd08f48
parent51ae88ee2f9a1063c272a497527751d786291c89
runtime: move comment about address space sizes to malloc.go

Currently there's a detailed comment in lfstack_64bit.go about address
space limitations on various architectures. Since that's now relevant
to malloc, move it to a more prominent place in the documentation for
memLimitBits.

Updates #10460.

Change-Id: If9708291cf3a288057b8b3ba0ba6a59e3602bbd6
Reviewed-on: https://go-review.googlesource.com/85889
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/lfstack_64bit.go
src/runtime/malloc.go