]> Cypherpunks repositories - gostls13.git/commit
runtime: move some malloc constants to internal/runtime/gc
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 4 Mar 2025 19:18:22 +0000 (19:18 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 23 Apr 2025 15:06:33 +0000 (08:06 -0700)
commite90ba1d208f400eee6a9d14d4f41d54166255320
treed1c7fd7cc4404866834330c6e3406e31c1bf0872
parent528bafa0498bb26a3b3961fa5bf50d02bd7101bb
runtime: move some malloc constants to internal/runtime/gc

These constants are needed by some future generator programs.

Change-Id: I5dccd009cbb3b2f321523bc0d8eaeb4c82e5df81
Reviewed-on: https://go-review.googlesource.com/c/go/+/655276
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/runtime/gc/malloc.go [new file with mode: 0644]
src/runtime/lock_spinbit.go
src/runtime/malloc.go
src/runtime/mbitmap.go
src/runtime/mfinal.go
src/runtime/msize.go