malloc.goc
24 KB
-
runtime: Use a better heap location on arm64 systems. · 91d6f071
Before this, the heap location used on a 64-bit system was not available to user-space on arm64, so the "32-bit" strategy ended up being used. So use somewhere that is available, and for bonus points is far away from where the kernel allocates address space by default. From-SVN: r207977
Ian Lance Taylor committed