#list #linux #unsafe #head #实现 #

unsafe_list

基于 linux 的 list 实现

1 unstable release

0.1.0 Feb 19, 2024

#1 in #的

23 downloads per month
Used in seminix

Custom license

19KB
329 lines

Unsafe list head 实现

Unsafe list head 的实现是 linux 的 list_head 实现. 这个模块是一个非常底层的接口, 没有并发支持, 没有所有权, 操作的对象都是裸指针, 所有操作均是 unsafe 的. 这个模块的实现只是为了方便实现 page alloc 接口, 除非你真的知道自己在 做什么, 否则别使用该接口.

No runtime deps