We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad6b0a commit 55a84bbCopy full SHA for 55a84bb
src/runtime/baremetal_memory.go
@@ -2,6 +2,10 @@
2
3
package runtime
4
5
+import (
6
+ "unsafe"
7
+)
8
+
9
//go:extern _heap_start
10
var heapStartSymbol [0]byte
11
0 commit comments