]> Cypherpunks repositories - gostls13.git/commit
runtime: remove old page allocator
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 4 Sep 2019 16:12:10 +0000 (16:12 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 8 Nov 2019 00:07:43 +0000 (00:07 +0000)
commit33dfd3529b8a761739da00da88eb13d39300a679
treef0d2a316d0de7d90824895c4756cadbe7e6a8f33
parente6135c27682988a490166629f6a52f5102791bcb
runtime: remove old page allocator

This change removes the old page allocator from the runtime.

Updates #35112.

Change-Id: Ib20e1c030f869b6318cd6f4288a9befdbae1b771
Reviewed-on: https://go-review.googlesource.com/c/go/+/195700
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/mgclarge.go [deleted file]
src/runtime/mgcscavenge.go
src/runtime/mheap.go
src/runtime/treap_test.go [deleted file]