]> Cypherpunks repositories - gostls13.git/commit
runtime: more flexible heap memory mapping on 64-bits
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 12 Jun 2013 14:47:16 +0000 (18:47 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 12 Jun 2013 14:47:16 +0000 (18:47 +0400)
commita8ad859c30c8d4c30c38ac41d858c9030d025ddd
tree1f826dc7513960f88c0a28222e4a5e2c91de1823
parentdbcfed93e75b91819bd01eb228996073b18c8196
runtime: more flexible heap memory mapping on 64-bits
Fixes #5641.

R=golang-dev, dave, daniel.morsing, iant
CC=golang-dev, kcc
https://golang.org/cl/10126044
misc/cgo/testasan/main.go [new file with mode: 0644]
src/pkg/runtime/malloc.goc
src/run.bash