osdk-frame-allocator 0.13.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
[package]
name = "osdk-frame-allocator"
version = "0.13.0"
edition = "2021"
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.13.0", path = "../../../ostd" }

[lints]
workspace = true