summaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: bit parallel implementation of findBitRange64Keith Randall2020-08-171-11/+30
* runtime: use bit-parallel operations to compute heap bit summariesKeith Randall2020-08-171-63/+84
* runtime: ensure that searchAddr always refers to inUse memoryMichael Anthony Knyszek2020-01-281-8/+2
* runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek2019-12-031-0/+3
* runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase2019-11-081-18/+18
* runtime: add page cache and testsMichael Anthony Knyszek2019-11-081-0/+12
* runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek2019-11-071-0/+20
* runtime: add scavenging code for new page allocatorMichael Anthony Knyszek2019-11-071-1/+26
* runtime: add packed bitmap summariesMichael Anthony Knyszek2019-11-071-0/+74
* runtime: add pallocbits and testsMichael Anthony Knyszek2019-11-071-0/+260