aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits_test.go
AgeCommit message (Expand)Author
2020-08-17runtime: bit parallel implementation of findBitRange64Keith Randall
2020-08-17runtime: use bit-parallel operations to compute heap bit summariesKeith Randall
2019-11-07runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add packed bitmap summariesMichael Anthony Knyszek
2019-11-07runtime: add pallocbits and testsMichael Anthony Knyszek