aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mranges.go
AgeCommit message (Expand)Author
2020-10-26runtime: implement addrRanges.findSucc with a binary searchMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-10-23runtime: throw on zero-sized range passed to addrRanges.addMichael Anthony Knyszek
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-05-20runtime: don't use (addrRange).subtract in removeGreaterEqualMichael Anthony Knyszek
2020-05-14runtime: make maxOffAddr reflect the actual address space upper boundMichael Anthony Knyszek
2020-05-08runtime: use offAddr in more parts of the runtimeMichael Anthony Knyszek
2020-05-08runtime: make addrRange[s] operate on offset addressesMichael Anthony Knyszek
2020-05-08runtime: remove scavAddr in favor of address rangesMichael Anthony Knyszek
2019-12-27runtime: check whether scavAddr is in inUse on scavengeOne fast pathMichael Anthony Knyszek
2019-12-13runtime: fix off-by-1 error on address rangesCherry Zhang
2019-12-11runtime: use inUse ranges to map in summary memory only as neededMichael Anthony Knyszek
2019-12-11runtime: track ranges of address space which are owned by the heapMichael Anthony Knyszek