ENOMEM 467 base/files/file_posix.cc case ENOMEM: ENOMEM 450 base/platform_file_posix.cc case ENOMEM: ENOMEM 283 base/process/memory_unittest.cc EXPECT_EQ(ENOMEM, posix_memalign(&value_, 8, test_size_)); ENOMEM 42 base/process/process_iterator_freebsd.cc if (errno != ENOMEM) { ENOMEM 49 base/process/process_iterator_mac.cc if (errno != ENOMEM) { ENOMEM 42 base/process/process_iterator_openbsd.cc if (errno != ENOMEM) { ENOMEM 180 ipc/unix_domain_socket_util.cc errno == ENOMEM || errno == ENOBUFS; ENOMEM 56 native_client_sdk/src/libraries/nacl_io/pepper_interface.cc case PP_ERROR_NOMEMORY: return ENOMEM; ENOMEM 43 native_client_sdk/src/libraries/third_party/pthreads-win32/errno.c static int reallyBad = ENOMEM; ENOMEM 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c return ENOMEM; ENOMEM 68 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c return ENOMEM; ENOMEM 75 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_init.c result = ENOMEM; ENOMEM 113 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cancel.c return ENOMEM; ENOMEM 94 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c result = ENOMEM; ENOMEM 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_init.c result = ENOMEM; ENOMEM 130 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_delay_np.c return ENOMEM; ENOMEM 83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_key_create.c result = ENOMEM; ENOMEM 80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c result = ENOMEM; ENOMEM 75 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_init.c result = ENOMEM; ENOMEM 64 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c result = ENOMEM; ENOMEM 73 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_init.c result = ENOMEM; ENOMEM 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_init.c return ENOMEM; ENOMEM 88 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_tkAssocCreate.c return ENOMEM; ENOMEM 106 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c result = ENOMEM; ENOMEM 92 net/base/net_errors_posix.cc case ENOMEM: // Not enough space. ENOMEM 185 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 285 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 295 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 306 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 317 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 328 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 341 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; ENOMEM 484 net/third_party/nss/ssl/unix_err.c case ENOMEM: prError = PR_OUT_OF_MEMORY_ERROR; break; ENOMEM 27 ppapi/proxy/file_mapping_resource_posix.cc case ENOMEM: ENOMEM 148 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc return ErrorCode(ENOMEM); ENOMEM 160 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(errno == ENOMEM); ENOMEM 169 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc return -ENOMEM; ENOMEM 201 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(errno == ENOMEM); ENOMEM 824 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc ErrorCode(ENOMEM))); ENOMEM 841 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(errno == ENOMEM); ENOMEM 78 sandbox/linux/seccomp-bpf/syscall_unittest.cc return -ENOMEM; ENOMEM 116 sandbox/linux/seccomp-bpf/syscall_unittest.cc syscall_args[5]) == -ENOMEM); ENOMEM 283 sandbox/linux/services/broker_process.cc return -ENOMEM; ENOMEM 313 sandbox/linux/services/broker_process.cc return -ENOMEM; ENOMEM 383 sandbox/linux/services/broker_process_unittest.cc SANDBOX_ASSERT(open_broker.Open("/proc/cpuinfo", O_RDONLY) == -ENOMEM); ENOMEM 384 sandbox/linux/services/broker_process_unittest.cc SANDBOX_ASSERT(open_broker.Access("/proc/cpuinfo", O_RDONLY) == -ENOMEM); ENOMEM 617 third_party/libusb/src/libusb/os/openbsd_usb.c case ENOMEM: ENOMEM 522 third_party/libusb/src/libusb/os/poll_windows.c errno = ENOMEM; ENOMEM 35 third_party/libusb/src/libusb/os/threads_windows.c if(!*mutex) return ((errno=ENOMEM)); ENOMEM 146 third_party/libusb/src/libusb/os/threads_windows.c if(!pos) return ((errno=ENOMEM)); // This errno is not POSIX-allowed. ENOMEM 151 third_party/libusb/src/libusb/os/threads_windows.c return ((errno=ENOMEM)); ENOMEM 347 third_party/libxml/src/xmlIO.c #ifdef ENOMEM ENOMEM 348 third_party/libxml/src/xmlIO.c else if (errno == ENOMEM) code = XML_IO_ENOMEM; ENOMEM 545 third_party/sqlite/src/src/test_syscall.c { "ENOMEM", ENOMEM }, ENOMEM 73 third_party/talloc/libreplace/repdir_getdents.c errno = ENOMEM; ENOMEM 75 third_party/talloc/libreplace/repdir_getdirentries.c errno = ENOMEM; ENOMEM 185 third_party/talloc/libreplace/replace.c errno = ENOMEM; ENOMEM 1388 third_party/tcmalloc/chromium/src/debugallocation.cc return ENOMEM; ENOMEM 1117 third_party/tcmalloc/chromium/src/tcmalloc.cc if (ret == NULL) errno = ENOMEM; ENOMEM 1675 third_party/tcmalloc/chromium/src/tcmalloc.cc return ENOMEM; ENOMEM 188 third_party/tcmalloc/chromium/src/tests/memalign_unittest.cc CHECK(r == ENOMEM); ENOMEM 314 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc CHECK_EQ(err, ENOMEM); ENOMEM 965 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc EXPECT_EQ(ENOMEM, ENOMEM 1376 third_party/tcmalloc/vendor/src/debugallocation.cc return ENOMEM; ENOMEM 1094 third_party/tcmalloc/vendor/src/tcmalloc.cc if (ret == NULL) errno = ENOMEM; ENOMEM 1626 third_party/tcmalloc/vendor/src/tcmalloc.cc return ENOMEM; ENOMEM 188 third_party/tcmalloc/vendor/src/tests/memalign_unittest.cc CHECK(r == ENOMEM); ENOMEM 314 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc CHECK_EQ(err, ENOMEM); ENOMEM 965 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc EXPECT_EQ(ENOMEM,