summaryrefslogtreecommitdiff
path: root/src/runtime/sizeclasses.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix documented alignment of 32KiB and 64KiB size classesMatthew Dempsky2021-03-131-3/+3
* runtime: simplify divmagic for span calculationsMatthew Dempsky2021-03-121-9/+1
* runtime: add alignment info to sizeclasses.go commentsMatthew Dempsky2021-03-121-68/+77
* runtime: add 24 byte allocation size classMartin Möhrmann2020-09-141-70/+71
* runtime: replace division by span element size by multiply and shiftsMartin Möhrmann2019-03-181-1/+1
* runtime: add "max waste" column to size class table commentAustin Clements2017-08-101-67/+67
* runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick2017-06-131-1/+1
* runtime: add table of size classes in a commentAustin Clements2017-01-081-0/+68
* runtime: compute size classes staticallyKeith Randall2016-10-301-0/+27