Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 25 of 185) sorted by relevance

12345678

/glibc-2.36/malloc/
Dtst-malloc-too-large.c85 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
97 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
113 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
117 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
123 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
138 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
184 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
191 TEST_VERIFY (posix_memalign (&ptr, align, size) == ENOMEM); in test_large_aligned_allocations()
206 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
220 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
[all …]
Dtst-reallocarray.c56 TEST_VERIFY (errno == ENOMEM); in do_test()
61 TEST_VERIFY (errno == ENOMEM); in do_test()
68 TEST_VERIFY (errno == ENOMEM); in do_test()
73 TEST_VERIFY (errno == ENOMEM); in do_test()
119 TEST_VERIFY (errno == ENOMEM); in do_test()
Dtst-malloc-check.c50 else if (errno != ENOMEM) in do_test()
85 else if (errno != ENOMEM) in do_test()
111 else if (errno != ENOMEM) in do_test()
Dtst-posix_memalign.c58 if (ret != ENOMEM) in do_test()
61 if (ret == ENOMEM && p != NULL) in do_test()
71 if (ret != ENOMEM) in do_test()
Dtst-interpose-aux.c150 errno = ENOMEM; in malloc_internal()
156 errno = ENOMEM; in malloc_internal()
249 errno = ENOMEM; in calloc()
Dmalloc-check.c199 __set_errno (ENOMEM); in malloc_check()
254 __set_errno (ENOMEM); in realloc_check()
281 __set_errno (ENOMEM); in realloc_check()
359 __set_errno (ENOMEM); in memalign_check()
Dtst-pvalloc.c63 if (p == NULL && save != ENOMEM) in do_test()
78 if (p == NULL && save != ENOMEM) in do_test()
Dtst-valloc.c63 if (p == NULL && save != ENOMEM) in do_test()
78 if (p == NULL && save != ENOMEM) in do_test()
Dtst-memalign.c63 if (p == NULL && save != ENOMEM) in do_test()
78 if (p == NULL && save != ENOMEM) in do_test()
Dmcheck-impl.c197 __set_errno (ENOMEM); in malloc_mcheck_before()
243 __set_errno (ENOMEM); in memalign_mcheck_before()
297 __set_errno (ENOMEM); in realloc_mcheck_before()
/glibc-2.36/nss/nss_files/
Dfiles-initgroups.c40 return *errnop == ENOMEM ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in _nss_files_initgroups_dyn()
62 status = ((*errnop = errno) == ENOMEM in _nss_files_initgroups_dyn()
74 *errnop = ENOMEM; in _nss_files_initgroups_dyn()
105 *errnop = ENOMEM; in _nss_files_initgroups_dyn()
/glibc-2.36/posix/
Dspawn_faction_addchdir.c33 return ENOMEM; in posix_spawn_file_actions_addchdir_np()
41 return ENOMEM; in posix_spawn_file_actions_addchdir_np()
Dspawn_faction_addopen.c39 return ENOMEM; in __posix_spawn_file_actions_addopen()
47 return ENOMEM; in __posix_spawn_file_actions_addopen()
/glibc-2.36/misc/
Dsbrk.c49 __set_errno (ENOMEM); in __sbrk()
70 __set_errno (ENOMEM); in __sbrk()
Dhsearch_r.c86 __set_errno (ENOMEM); in __hcreate_r()
211 __set_errno (ENOMEM); in weak_alias()
/glibc-2.36/pwd/
Dtst-getpw.c64 if (errno == ENOMEM && !seen_oom) in check()
72 if (errno != ENOMEM && errno != 0) in check()
/glibc-2.36/libio/
Dtest-fmemopen.c63 if (errno != ENOMEM) in do_bz18820()
65 printf ("fmemopen: got %i, expected ENOMEM (%i)\n", errno, ENOMEM); in do_bz18820()
/glibc-2.36/hurd/
Dalloc-fd.c102 errno = ENOMEM; in _hurd_alloc_fd()
127 errno = ENOMEM; in _hurd_alloc_fd()
Dreport-wait.c229 return ENOMEM; in weak_extern()
253 return ENOMEM; in _S_msg_describe_ports()
/glibc-2.36/nscd/
Daicache.c128 rc6 = ENOMEM; in addhstaiX()
216 rc6 = ENOMEM; in addhstaiX()
237 rc4 = ENOMEM; in addhstaiX()
309 rc = ENOMEM; in addhstaiX()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c81 __set_errno (ENOMEM); in pts_name()
245 __set_errno (ENOMEM); in grantpt()
/glibc-2.36/elf/
Ddl-hwcaps.c103 _dl_signal_error (ENOMEM, NULL, NULL, in compute_priorities()
246 _dl_signal_error (ENOMEM, NULL, NULL, in _dl_important_hwcaps()
261 _dl_signal_error (ENOMEM, NULL, NULL, in _dl_important_hwcaps()
/glibc-2.36/htl/
Dpt-alloc.c116 return ENOMEM; in __pthread_alloc()
165 return ENOMEM; in __pthread_alloc()
Dpt-create.c94 else if (err == ENOMEM) in __pthread_create()
183 err = ENOMEM; in weak_alias()
/glibc-2.36/grp/
Dgrp-merge.c73 return ENOMEM; in __copy_grp()
149 return ENOMEM; in libc_hidden_def()

12345678