summaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: bit parallel implementation of findBitRange64Keith Randall2020-08-171-2/+31
* runtime: use bit-parallel operations to compute heap bit summariesKeith Randall2020-08-171-12/+24
* runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek2019-11-071-0/+92
* runtime: add new page allocator coreMichael Anthony Knyszek2019-11-071-1/+3
* runtime: add packed bitmap summariesMichael Anthony Knyszek2019-11-071-0/+126
* runtime: add pallocbits and testsMichael Anthony Knyszek2019-11-071-0/+290