aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpagecache.go
AgeCommit message (Expand)Author
2020-10-30runtime: add heap lock assertionsMichael Pratt
2020-10-23runtime: rename pageAlloc receiverMichael Pratt
2020-05-08runtime: use offAddr in more parts of the runtimeMichael Anthony Knyszek
2020-04-27runtime: ensure allocToCache updates searchAddr in a valid wayMichael Anthony Knyszek
2020-03-30runtime: check the correct sanity condition in the page allocatorMichael 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