]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: move userArenaHeapBitsSetType into mbitmap.go
authorMichael Anthony Knyszek <mknyszek@google.com>
Sat, 28 Oct 2023 17:42:51 +0000 (17:42 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 2 Nov 2023 17:26:23 +0000 (17:26 +0000)
commitcdf136217922ecc2681c0d12072348018a7db1cf
treedde7cb715f0f6045f3fbacade5de35297ca796f3
parent7a606fef6697f28ae6edebd64e5e8817349cdd92
runtime: move userArenaHeapBitsSetType into mbitmap.go

This will make the upcoming GOEXPERIMENT easier to implement, since this
function relies on a lot of heap bitmap internals.

Change-Id: I2ab76e928e7bfd383dcdb5bfe72c9b23c2002a4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/537979
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/arena.go
src/runtime/mbitmap.go