bitmap-allocator 0.4.4

Bit allocator based on segment tree algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bitmap-allocator"
version = "0.4.4"
authors = ["WangRunji <wangrunji0408@163.com>"]
edition = "2021"
readme = "README.md"
description = "Bit allocator based on segment tree algorithm."
repository = "https://github.com/rcore-os/bitmap-allocator"
keywords = ["bitmap", "allocator", "memory"]
categories = ["memory-management", "no-std"]
license = "Apache-2.0"

[dependencies]
bit_field = "0.10"