aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msize.go
AgeCommit message (Expand)Author
2020-03-20runtime: use divRoundUpAustin Clements
2019-11-04runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek
2017-03-13runtime: remove sizeToClassDave Cheney
2016-10-30runtime: compute size classes staticallyKeith Randall
2016-08-19runtime: increase malloc size classesDmitry Vyukov
2016-04-27[dev.garbage] runtime: bitmap allocation data structsRick Hudson
2016-03-02all: single space after period.Brad Fitzpatrick
2015-04-20runtime: Speed up heapBitsForObjectRick Hudson
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-03-04runtime: use multiply instead of divide in heapBitsForObjectRuss Cox
2015-02-19runtime: reorganize memory codeRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox