Skip to content

Commit cdca671

Browse files
WuGuangyaogopherbot
WuGuangyao
authored andcommitted
runtime: update documentation for ios addr bits
After this merge: https://go-review.googlesource.com/c/go/+/344401, ios/arm64 was treated as a 64 bit system and the addr bits of ios/arm64 was set to 40 Change-Id: I32d72787d20a3cf952b036e3e887cf5bae2273d8 GitHub-Last-Rev: 8917029 GitHub-Pull-Request: #69343 Reviewed-on: https://go-review.googlesource.com/c/go/+/610856 Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Tim King <[email protected]> Auto-Submit: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent aef6155 commit cdca671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/malloc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const (
227227
// -------------- --------- ---------- ---------- -----------
228228
// */64-bit 48 64MB 1 4M (32MB)
229229
// windows/64-bit 48 4MB 64 1M (8MB)
230-
// ios/arm64 33 4MB 1 2048 (8KB)
230+
// ios/arm64 40 4MB 1 256K (2MB)
231231
// */32-bit 32 4MB 1 1024 (4KB)
232232
// */mips(le) 31 4MB 1 512 (2KB)
233233

0 commit comments

Comments
 (0)