| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | runtime: bit parallel implementation of findBitRange64 | Keith Randall | 2020-08-17 | 1 | -11/+30 |
| * | runtime: use bit-parallel operations to compute heap bit summaries | Keith Randall | 2020-08-17 | 1 | -63/+84 |
| * | runtime: ensure that searchAddr always refers to inUse memory | Michael Anthony Knyszek | 2020-01-28 | 1 | -8/+2 |
| * | runtime: convert page allocator bitmap to sparse array | Michael Anthony Knyszek | 2019-12-03 | 1 | -0/+3 |
| * | runtime: copy some functions from math/bits to runtime/internal/sys | David Chase | 2019-11-08 | 1 | -18/+18 |
| * | runtime: add page cache and tests | Michael Anthony Knyszek | 2019-11-08 | 1 | -0/+12 |
| * | runtime: count scavenged bits for new allocation for new page allocator | Michael Anthony Knyszek | 2019-11-07 | 1 | -0/+20 |
| * | runtime: add scavenging code for new page allocator | Michael Anthony Knyszek | 2019-11-07 | 1 | -1/+26 |
| * | runtime: add packed bitmap summaries | Michael Anthony Knyszek | 2019-11-07 | 1 | -0/+74 |
| * | runtime: add pallocbits and tests | Michael Anthony Knyszek | 2019-11-07 | 1 | -0/+260 |
