blob: ee453c09f255e6b6913ddf4cfb246b43d4c96ef5 [file] [log] [blame]
Austin Clements0da27cb2014-11-18 15:19:37 -05001// 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
5package runtime
6
7const (
8 thechar = '9'
9 _BigEndian = 1
10 _CacheLineSize = 64
Austin Clementsf1c44442014-12-16 17:14:00 -050011 _RuntimeGogoBytes = 72
Austin Clements0da27cb2014-11-18 15:19:37 -050012 _PhysPageSize = 65536
13 _PCQuantum = 4
14 _Int64Align = 8
Keith Randall7e1b61c2015-02-23 13:58:05 -080015 hugePageSize = 0
Austin Clements0da27cb2014-11-18 15:19:37 -050016)