aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpallocbits_test.go
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-26runtime: use a smaller arena size on WasmCherry Mui
2020-08-17runtime: bit parallel implementation of findBitRange64Keith Randall
2020-08-17runtime: use bit-parallel operations to compute heap bit summariesKeith Randall
2019-11-07runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add packed bitmap summariesMichael Anthony Knyszek
2019-11-07runtime: add pallocbits and testsMichael Anthony Knyszek