summaryrefslogtreecommitdiff
path: root/crates/alloc_buddy/src/tree.rs
AgeCommit message (Expand)Author
2024-09-01Simplify debug printing of the buddy allocator.Nathan Ringo
2024-09-01Implements block merging and fixes a provenance bug.Nathan Ringo
2024-09-01Fix a bitset indexing bug, change a panic to be more informative.Nathan Ringo
2024-09-01Rename crates.Nathan Ringo