diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 18:32:38 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 18:32:38 -0500 |
commit | 1867170d185c3480542773a74876175e341b91eb (patch) | |
tree | 64e5f943a1d3d09d875309077e6ee4bf86aff340 /crates/alloc_buddy/Cargo.toml | |
parent | 20c90c707d5f6870bd7d545f06f669cd839b6348 (diff) |
Simplify debug printing of the buddy allocator.
Diffstat (limited to 'crates/alloc_buddy/Cargo.toml')
-rw-r--r-- | crates/alloc_buddy/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/alloc_buddy/Cargo.toml b/crates/alloc_buddy/Cargo.toml index 5e5c882..43e1cee 100644 --- a/crates/alloc_buddy/Cargo.toml +++ b/crates/alloc_buddy/Cargo.toml @@ -9,6 +9,7 @@ allocator-api2 = { version = "0.2.18", default-features = false } contracts = { version = "0.6.3", default-features = false } static_assertions = { version = "1.1.0", default-features = false } vernos_alloc_physmem_free_list = { path = "../alloc_physmem_free_list" } +vernos_utils = { path = "../utils" } [dev-dependencies] proptest = { version = "0.9.6", default-features = false, features = ["std"] } |