]> Cypherpunks repositories - gostls13.git/commit
runtime: switch to new page allocator
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 28 Oct 2019 20:38:59 +0000 (20:38 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 7 Nov 2019 23:55:56 +0000 (23:55 +0000)
commite6135c27682988a490166629f6a52f5102791bcb
treefcb1eca649bc438912d093f3466dbcd10ea94aa3
parent52d5e76b39a80a7e39754ff9564a7471551b3cdd
runtime: switch to new page allocator

This change flips the oldPageAllocator constant enabling the new page
allocator in the Go runtime.

Updates #35112.

Change-Id: I7fc8332af9fd0e43ce28dd5ebc1c1ce519ce6d0c
Reviewed-on: https://go-review.googlesource.com/c/go/+/201765
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/malloc.go