Home
last modified time | relevance | path

Searched refs:SlabAllocator (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs8 pub(crate) static mut SLABALLOCATOR: Option<SlabAllocator> = None;
15 pub(crate) struct SlabAllocator { struct
19 impl SlabAllocator { argument
21 pub fn new() -> SlabAllocator { in new()
23 SlabAllocator { in new()
67 SLABALLOCATOR = Some(SlabAllocator::new()); in slab_init()
/DragonOS/docs/kernel/memory_management/
H A Dintro.md13 - **小对象分配器** - 提供对小内存对象的分配、释放、管理等操作。指的是内核里面的SlabAllocatorSlabAllocator的实现目前还没有完成)
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.8.md361 - **小对象分配器** - 提供对小内存对象的分配、释放、管理等操作。指的是内核里面的SlabAllocatorSlabAllocator的实现目前还没有完成)
402 - **小对象分配器** - 提供对小内存对象的分配、释放、管理等操作。指的是内核里面的SlabAllocatorSlabAllocator的实现目前还没有完成)