From 8917029fddc4d187b24fad8245fd7eed2bd570ba Mon Sep 17 00:00:00 2001 From: WuGuangyao Date: Sun, 8 Sep 2024 14:04:50 +0800 Subject: [PATCH] runtime: update documentation for ios addr bits --- src/runtime/malloc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go index b24ebec27d..a35f806aa3 100644 --- a/src/runtime/malloc.go +++ b/src/runtime/malloc.go @@ -227,7 +227,7 @@ const ( // -------------- --------- ---------- ---------- ----------- // */64-bit 48 64MB 1 4M (32MB) // windows/64-bit 48 4MB 64 1M (8MB) - // ios/arm64 33 4MB 1 2048 (8KB) + // ios/arm64 40 4MB 1 256K (2MB) // */32-bit 32 4MB 1 1024 (4KB) // */mips(le) 31 4MB 1 512 (2KB)