Searched refs:MmioBuddyMemPool (Results 1 – 2 of 2) sorted by relevance
75 MmioBuddyMemPool128 pub struct MmioBuddyMemPool {156   DragonOS中,使用`MmioBuddyMemPool`结构体作为buddy(为表述方便,以下将伙伴算法简称为buddy)内存池的数据结构,其记录了内存池的起始地址(po…166 **P.S 以下函数均为MmioBuddyMemPool的成员函数。系统中已经创建了一个MmioBuddyMemPool类型的全局引用`MMIO_POOL`,如要使用以下函数,请以`MMIO_POO…
23 pub static ref MMIO_POOL: MmioBuddyMemPool = MmioBuddyMemPool::new();35 pub struct MmioBuddyMemPool { struct40 impl Default for MmioBuddyMemPool { argument42 MmioBuddyMemPool { in default()49 impl MmioBuddyMemPool { impl51 return MmioBuddyMemPool { in new()