Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs198 const SIZE: usize; constant
296 const SIZE: usize = OBJECT_PAGE_SIZE; constant
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs110 pub const SIZE: usize = core::mem::size_of::<TrapFrame>(); constant
/DragonOS/kernel/src/process/
H A Dmod.rs1362 pub const SIZE: usize = 0x4000; constant