aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits.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
2020-01-28runtime: ensure that searchAddr always refers to inUse memoryMichael Anthony Knyszek
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-08runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase
2019-11-08runtime: add page cache and testsMichael Anthony Knyszek
2019-11-07runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add scavenging code for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add packed bitmap summariesMichael Anthony Knyszek
2019-11-07runtime: add pallocbits and testsMichael Anthony Knyszek