Files
llgo/runtime/internal/lib/runtime/malloc.go
2025-04-11 16:28:44 +08:00

6 lines
207 B
Go

package runtime
// const (
// heapAddrBits = (_64bit*(1-goarch.IsWasm)*(1-goos.IsIos*goarch.IsArm64))*48 + (1-_64bit+goarch.IsWasm)*(32-(goarch.IsMips+goarch.IsMipsle)) + 40*goos.IsIos*goarch.IsArm64
// )