]> Cypherpunks repositories - gostls13.git/commit
runtime: integrate new page allocator into runtime
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 17 Oct 2019 17:42:15 +0000 (17:42 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 7 Nov 2019 20:14:02 +0000 (20:14 +0000)
commit689f6f77f0d54b597ebc82e9bc4a8e1a59bce04d
treef1cdd32b56fa969b849d7f236dc8ebd05c219dc2
parent21445b091ec0a0625282603e2730d10b34396375
runtime: integrate new page allocator into runtime

This change integrates all the bits and pieces of the new page allocator
into the runtime, behind a global constant.

Updates #35112.

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