aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcscavenge_test.go
AgeCommit message (Expand)Author
2021-03-04runtime: remove a duplicated testcase of TestPallocDataFindScavengeCa…Tao Qingyun
2020-10-20runtime: fix scavenging tests for pallocChunkBytes huge pages and largerMichael 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-26runtime: disable pageAlloc tests on OpenBSD in short modeMichael Anthony Knyszek
2019-11-15runtime: check summary before scavenging in fast pathMichael Anthony Knyszek
2019-11-11runtime: fix min/max logic in findScavengeCandidateMichael Anthony Knyszek
2019-11-08runtime: define maximum supported physical page and huge page sizesMichael Anthony Knyszek
2019-11-07runtime: add option to scavenge with lock held throughoutMichael Anthony Knyszek
2019-11-07runtime: add scavenging code for new page allocatorMichael Anthony Knyszek