]> Cypherpunks repositories - gostls13.git/commit
runtime: use mincore to detect physical page size as last resort on Android
authorShenghou Ma <minux@golang.org>
Mon, 19 Dec 2016 14:48:07 +0000 (09:48 -0500)
committerMinux Ma <minux@golang.org>
Mon, 19 Dec 2016 22:00:50 +0000 (22:00 +0000)
commita0667be8ef56c405d093cc0f5817b9932b4ca76c
tree992611a29257bee79acc6803b46c7f167ccf8538
parentddd558e7e407b9fb0ba27f5a80fdc8b17a8e466f
runtime: use mincore to detect physical page size as last resort on Android

Fixes #18041.

Change-Id: Iad1439b2dd56b113c8829699eda467d1367b0e15
Reviewed-on: https://go-review.googlesource.com/34610
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os_linux.go