]> Cypherpunks repositories - gostls13.git/commit
runtime: round spans_size up to page boundary
authorShenghou Ma <minux.ma@gmail.com>
Tue, 11 Jun 2013 21:22:49 +0000 (05:22 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 11 Jun 2013 21:22:49 +0000 (05:22 +0800)
commitccd1d07cc44f3ca033ab7ad9e93ebf97ff3fa94c
treef620286fe0a6f279b7c41d03bdb5c2d80226077c
parent6120ef079948340d6819b8f9a9d526ad4292e26e
runtime: round spans_size up to page boundary
in case we have weird (not page aligned) memory limit.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/10199043
src/pkg/runtime/malloc.goc