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
310 const SIZE: usize = OBJECT_PAGE_SIZE; constant
/DragonOS/kernel/src/arch/riscv64/interrupt/
H A Dmod.rs112 pub const SIZE: usize = core::mem::size_of::<TrapFrame>(); constant
/DragonOS/kernel/src/process/
H A Dmod.rs1406 pub const SIZE: usize = 0x4000; constant