summaryrefslogtreecommitdiff
path: root/src/runtime/treap_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove old page allocatorMichael Anthony Knyszek2019-11-081-270/+0
* runtime: scavenge huge spans firstMichael Anthony Knyszek2019-05-061-3/+5
* runtime: make treap iteration more efficientMichael Anthony Knyszek2019-05-061-0/+19
* runtime: merge all treaps into one implementationMichael Anthony Knyszek2019-05-061-62/+108
* runtime: change the span allocation policy to first-fitMichael Anthony Knyszek2019-05-011-14/+12
* runtime: make mTreap.find actually find the best fitMichael Anthony Knyszek2019-04-251-7/+5
* runtime: add tests for runtime mTreapMichael Anthony Knyszek2019-04-101-0/+207