osdk-frame-allocator 0.17.0

The default buddy system frame allocator shipped with OSDK.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "osdk-frame-allocator"
version = "0.17.0"
edition = "2024"
description = "The default buddy system frame allocator shipped with OSDK."
license = "MPL-2.0"
repository ="https://github.com/asterinas/asterinas"
readme = "README.md"

[dependencies]
log = "0.4"
ostd = { version = "0.17.0", path = "../../../ostd" }
paste = "1.0.15"

[lints]
workspace = true