summaryrefslogtreecommitdiff
path: root/src/runtime/msize.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: use divRoundUpAustin Clements2020-03-201-2/+2
* runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek2019-11-041-1/+1
* runtime: remove sizeToClassDave Cheney2017-03-131-22/+0
* runtime: compute size classes staticallyKeith Randall2016-10-301-247/+5
* runtime: increase malloc size classesDmitry Vyukov2016-08-191-17/+44
* [dev.garbage] runtime: bitmap allocation data structsRick Hudson2016-04-271-10/+18
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* runtime: Speed up heapBitsForObjectRick Hudson2015-04-201-3/+14
* runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall2015-03-111-1/+1
* runtime: use multiply instead of divide in heapBitsForObjectRuss Cox2015-03-041-0/+59
* runtime: reorganize memory codeRuss Cox2015-02-191-4/+14
* runtime: rename gothrow to throwKeith Randall2014-12-281-4/+4
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-0/+174