summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/ccgo/v3/lib/mem.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/ccgo/v3/lib/mem.go')
-rw-r--r--vendor/modernc.org/ccgo/v3/lib/mem.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/modernc.org/ccgo/v3/lib/mem.go b/vendor/modernc.org/ccgo/v3/lib/mem.go
new file mode 100644
index 00000000..daf6c923
--- /dev/null
+++ b/vendor/modernc.org/ccgo/v3/lib/mem.go
@@ -0,0 +1,10 @@
+// Copyright 2020 The CCGO Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:build !linux
+// +build !linux
+
+package ccgo // import "modernc.org/ccgo/v3/lib"
+
+var totalRam uint64