aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mksizeclasses.go
AgeCommit message (Expand)Author
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2024-05-22runtime: write out a batch with alignment info for traceallocfreeMichael Anthony Knyszek
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-05-19runtime: implement Pinner API for object pinningSven Anderson
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-03-13runtime: fix documented alignment of 32KiB and 64KiB size classesMatthew Dempsky
2021-03-12runtime: simplify divmagic for span calculationsMatthew Dempsky
2021-03-12runtime: add alignment info to sizeclasses.go commentsMatthew Dempsky
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-14runtime: add 24 byte allocation size classMartin Möhrmann
2019-03-18runtime: replace division by span element size by multiply and shiftsMartin Möhrmann
2017-08-10runtime: add "max waste" column to size class table commentAustin Clements
2017-06-13runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick
2017-01-08runtime: add table of size classes in a commentAustin Clements
2016-10-30runtime: compute size classes staticallyKeith Randall