Home
last modified time | relevance | path

Searched refs:NOMEM (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/rustix/tests/mm/
H A Dmlock.rs16 Err(rustix::io::Errno::PERM) | Err(rustix::io::Errno::NOMEM) => {} in test_mlock()
37 | Err(rustix::io::Errno::NOMEM) in test_mlock_with()
73 | Err(rustix::io::Errno::NOMEM) in test_mlock_with_onfault()
/third_party/node/lib/
H A Ddns.js62 NOMEM,
332 NOMEM,
/third_party/node/lib/internal/dns/
H A Dpromises.js37 NOMEM,
381 NOMEM,
H A Dutils.js333 NOMEM: 'ENOMEM',
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs408 pub const NOMEM: Self = Self::from_errno(errno::ENOMEM); consts
/third_party/elfutils/libdwfl/
H A DlibdwflP.h53 DWFL_ERROR (NOMEM, N_("out of memory")) \
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs682 pub const NOMEM: Self = Self(c::ENOMEM); consts

Completed in 6 milliseconds