aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpagealloc_test.go
AgeCommit message (Expand)Author
2020-10-22runtime: define the AddrRange used for testing in terms of addrRangeMichael Anthony Knyszek
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-01-28runtime: ensure that searchAddr always refers to inUse memoryMichael Anthony Knyszek
2019-12-26runtime: disable pageAlloc tests on OpenBSD in short modeMichael 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
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-10runtime: make the test addresses for pageAlloc smaller on 32-bitMichael 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 new page allocator coreMichael Anthony Knyszek