index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sizeclasses.go
Age
Commit message (
Expand
)
Author
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2024-05-22
runtime: write out a batch with alignment info for traceallocfree
Michael Anthony Knyszek
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2021-03-13
runtime: fix documented alignment of 32KiB and 64KiB size classes
Matthew Dempsky
2021-03-12
runtime: simplify divmagic for span calculations
Matthew Dempsky
2021-03-12
runtime: add alignment info to sizeclasses.go comments
Matthew Dempsky
2020-09-14
runtime: add 24 byte allocation size class
Martin Möhrmann
2019-03-18
runtime: replace division by span element size by multiply and shifts
Martin Möhrmann
2017-08-10
runtime: add "max waste" column to size class table comment
Austin Clements
2017-06-13
runtime, unicode: use consistent banner for generated code
Brad Fitzpatrick
2017-01-08
runtime: add table of size classes in a comment
Austin Clements
2016-10-30
runtime: compute size classes statically
Keith Randall