11[package ]
2- name = " allocator "
3- version = " 0.1.2 "
2+ name = " axallocator "
3+ version = " 0.1.3-preview.1 "
44edition = " 2021"
5- authors = [" Yuekai Jia <equation618@gmail.com>" ]
5+ authors = [" Yuekai Jia <equation618@gmail.com>" , " Yu Chen <yuchen@tsinghua.edu.cn> " ]
66description = " Various allocator algorithms in a unified interface"
77license = " GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
88homepage = " https://github.com/arceos-org/arceos"
99repository = " https://github.com/arceos-org/allocator"
1010documentation = " https://arceos-org.github.io/allocator"
11+ readme = " README.md"
1112
1213[features ]
1314default = [" page-alloc-256m" ]
@@ -16,7 +17,7 @@ full = ["bitmap", "tlsf", "slab", "buddy", "allocator_api", "page-alloc-256m"]
1617bitmap = [" dep:bitmap-allocator" ]
1718
1819tlsf = [" dep:rlsf" ]
19- slab = [" dep:slab_allocator " ]
20+ slab = [" dep:ax_slab_allocator " ]
2021buddy = [" dep:buddy_system_allocator" ]
2122
2223allocator_api = []
@@ -33,11 +34,11 @@ axerrno = { version = "0.1", optional = true }
3334cfg-if = " 1.0"
3435rlsf = { version = " 0.2" , optional = true }
3536buddy_system_allocator = { version = " 0.10" , default-features = false , optional = true }
36- slab_allocator = { git = " https://github.com/arceos-org/slab_allocator.git " , tag = " v0.3 .1" , optional = true }
37+ ax_slab_allocator = { version = " 0.3.2-preview .1" , optional = true }
3738bitmap-allocator = { version = " 0.2" , optional = true }
3839
3940[dev-dependencies ]
40- allocator = { path = " ." , features = [" full" ] }
41+ axallocator = { path = " ." , features = [" full" ] }
4142rand = { version = " 0.8" , features = [" small_rng" ] }
4243criterion = { version = " 0.5" , features = [" html_reports" ] }
4344
0 commit comments