Austin Clements | 0da27cb | 2014-11-18 15:19:37 -0500 | [diff] [blame] | 1 | // Copyright 2014 The Go Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
| 5 | package runtime |
| 6 | |
| 7 | const ( |
| 8 | thechar = '9' |
| 9 | _BigEndian = 1 |
| 10 | _CacheLineSize = 64 |
Austin Clements | f1c4444 | 2014-12-16 17:14:00 -0500 | [diff] [blame] | 11 | _RuntimeGogoBytes = 72 |
Austin Clements | 0da27cb | 2014-11-18 15:19:37 -0500 | [diff] [blame] | 12 | _PhysPageSize = 65536 |
| 13 | _PCQuantum = 4 |
| 14 | _Int64Align = 8 |
Keith Randall | 7e1b61c | 2015-02-23 13:58:05 -0800 | [diff] [blame] | 15 | hugePageSize = 0 |
Austin Clements | 0da27cb | 2014-11-18 15:19:37 -0500 | [diff] [blame] | 16 | ) |