2 releases
0.1.1 | May 31, 2024 |
---|---|
0.1.0 | Feb 19, 2024 |
#65 in #unsafe
Used in seminix
19KB
329 lines
Unsafe list head 实现
Unsafe list head 的实现是 linux 的 list_head
实现.
这个模块是一个非常底层的接口, 没有并发支持, 没有所有权,
操作的对象都是裸指针, 所有操作均是 unsafe 的.
这个模块的实现只是为了方便实现 page alloc 接口.