]> Cypherpunks repositories - gostls13.git/commit
runtime: factor out mheap span initialization
authorMichael Anthony Knyszek <mknyszek@google.com>
Sat, 13 Aug 2022 16:20:48 +0000 (16:20 +0000)
committerMichael Knyszek <mknyszek@google.com>
Wed, 12 Oct 2022 20:23:11 +0000 (20:23 +0000)
commit69fc74f3eefc3d08b9233992e47d660bf3d449a1
treedb70a243582afa2a260599d4851e3aa5458c872d
parent9ec69908aaacebb0796807afa55f7682db15afb4
runtime: factor out mheap span initialization

This change refactors span heap initialization. This change should just
be a no-op and just prepares for adding support for arenas.

For #51317.

Change-Id: Ie6f877ca10f86d26e7b6c4857b223589a351e253
Reviewed-on: https://go-review.googlesource.com/c/go/+/423364
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
src/runtime/mheap.go