Searched refs:OutOfMemory (Results 1 – 5 of 5) sorted by relevance
57 OutOfMemory, enumerator
298 let res = NonNull::new(ptr).ok_or(AllocationError::OutOfMemory); in allocate()
36 Err(AllocationError::OutOfMemory) => { in allocate()
66 OutOfMemory, enumerator81 ExecError::OutOfMemory => SystemError::ENOMEM, in from()
139 return Err(ExecError::OutOfMemory); in set_elf_brk()710 SystemError::ENOMEM => ExecError::OutOfMemory, in load()