Home
last modified time | relevance | path

Searched refs:OutOfMemory (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dlib.rs57 OutOfMemory, enumerator
H A Dsc.rs298 let res = NonNull::new(ptr).ok_or(AllocationError::OutOfMemory); in allocate()
/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs36 Err(AllocationError::OutOfMemory) => { in allocate()
/DragonOS/kernel/src/process/
H A Dexec.rs66 OutOfMemory, enumerator
81 ExecError::OutOfMemory => SystemError::ENOMEM, in from()
/DragonOS/kernel/src/libs/
H A Delf.rs139 return Err(ExecError::OutOfMemory); in set_elf_brk()
710 SystemError::ENOMEM => ExecError::OutOfMemory, in load()