ax-alloc 0.5.6

ArceOS global memory allocator
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ax-alloc"
version = "0.5.6"
dependencies = [
 "ax-allocator",
 "ax-errno",
 "ax-kspin",
 "ax-memory-addr",
 "ax-percpu",
 "axbacktrace",
 "buddy-slab-allocator",
 "cfg-if",
 "log",
 "strum",
]

[[package]]
name = "ax-allocator"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3352af1d57f742557314bfa6ee09f747326c031c1bb552142c7b9aabc3be71c"
dependencies = [
 "ax_slab_allocator",
 "bitmap-allocator",
 "buddy_system_allocator 0.10.0",
 "cfg-if",
 "rlsf",
]

[[package]]
name = "ax-crate-interface"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfc709f752f84f19fb85aaddf9feda3220a0001ea522bbfa69a354e56a4452a"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.117",
]

[[package]]
name = "ax-errno"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "974ec2478d825ed30f18508e2a78ff758c6d4e75a277e952e874569b4504ef43"
dependencies = [
 "log",
 "strum",
]

[[package]]
name = "ax-kernel-guard"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ef6ecab3c78b27f533f7a4a7e9e7714397bbfbadf7b686bfb6d9e0cf3e0c7cb"
dependencies = [
 "ax-crate-interface",
 "cfg-if",
]

[[package]]
name = "ax-kspin"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f193febf01d7a73288b74c4b1334cb84bc0ce2875b2c3a0d15d65afff01f95"
dependencies = [
 "ax-kernel-guard",
 "cfg-if",
]

[[package]]
name = "ax-memory-addr"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12501bdce45172a15c7f6f9efd6ad2105241081cbc5838b37f42591df7e9cf4"

[[package]]
name = "ax-percpu"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9427b790464fc4d695d4012bca8bd5bb95a03cf8eb31714040a2e51fc3bafd6c"
dependencies = [
 "ax-percpu-macros",
 "cfg-if",
 "spin",
 "x86",
]

[[package]]
name = "ax-percpu-macros"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65c4a6b314f4d93d3cf8028997a1b508f2c081a1dde3d0b545f9c4c08066136a"
dependencies = [
 "cfg-if",
 "proc-macro2",
 "quote",
 "syn 2.0.117",
]

[[package]]
name = "ax_slab_allocator"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a04dda49054845b496a16f62a58614b1935ed2b4df0b91f9eea4179a5820f08"
dependencies = [
 "buddy_system_allocator 0.12.0",
]

[[package]]
name = "axbacktrace"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6defbccde222151acafc294443561ec1983df7be7fd011c4cb96c3af47853e60"
dependencies = [
 "cfg-if",
 "log",
 "spin",
]

[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[package]]
name = "bit_field"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitmap-allocator"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfd792012c15fb09e4cae3d3a4b93e9321604baae45adfae0feb323d8fd16cab"
dependencies = [
 "bit_field",
]

[[package]]
name = "buddy-slab-allocator"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a844607dec426282e05649372acdc1170b08ba57879be9d3216184ed6dbfd3b"
dependencies = [
 "log",
 "spin",
]

[[package]]
name = "buddy_system_allocator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7913f22349ffcfc6ca0ca9a656ec26cfbba538ed49c31a273dff2c5d1ea83d9"

[[package]]
name = "buddy_system_allocator"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b672b945a3e4f4f40bfd4cd5ee07df9e796a42254ce7cd6d2599ad969244c44a"

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "const-default"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b396d1f76d455557e1218ec8066ae14bba60b4b36ecd55577ba979f5db7ecaa"

[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"

[[package]]
name = "libc"
version = "0.2.185"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"

[[package]]
name = "lock_api"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
dependencies = [
 "scopeguard",
]

[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "raw-cpuid"
version = "10.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
dependencies = [
 "bitflags",
]

[[package]]
name = "rlsf"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1646a59a9734b8b7a0ac51689388a60fe1625d4b956348e9de07591a1478457a"
dependencies = [
 "cfg-if",
 "const-default",
 "libc",
 "rustversion",
 "svgbobdoc",
]

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"

[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"

[[package]]
name = "spin"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
dependencies = [
 "lock_api",
]

[[package]]
name = "strum"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
dependencies = [
 "strum_macros",
]

[[package]]
name = "strum_macros"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
dependencies = [
 "heck",
 "proc-macro2",
 "quote",
 "syn 2.0.117",
]

[[package]]
name = "svgbobdoc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2c04b93fc15d79b39c63218f15e3fdffaa4c227830686e3b7c5f41244eb3e50"
dependencies = [
 "base64",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
 "unicode-width",
]

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"

[[package]]
name = "x86"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2781db97787217ad2a2845c396a5efe286f87467a5810836db6d74926e94a385"
dependencies = [
 "bit_field",
 "bitflags",
 "raw-cpuid",
]