aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits.go
AgeCommit message (Expand)Author
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-18runtime: remove unused code in (*pallocBits).findLargeNMichael Mitchell
2024-03-08runtime: use built-in clear to simplify codeapocelipes
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-02-08runtime: correct typosOleksandr Redko
2021-11-04runtime: set and clear only the relevant bits in allocToCacheMichael Anthony Knyszek
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