Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dexec.rs64 OutOfMemory, enumerator
80 ExecError::OutOfMemory => SystemError::ENOMEM, in into()
/DragonOS-0.1.8/kernel/src/libs/
Delf.rs106 return Err(ExecError::OutOfMemory); in set_elf_brk()
586 SystemError::ENOMEM => ExecError::OutOfMemory, in load()