Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dbrk.cpp41 errno = ENOMEM; in brk()
62 errno = ENOMEM; in sbrk()
69 errno = ENOMEM; in sbrk()
Dmalloc_debug_qemu.cpp699 errno = ENOMEM; in qemu_instrumented_malloc()
714 errno = ENOMEM; in qemu_instrumented_malloc()
786 errno = ENOMEM; in qemu_instrumented_calloc()
815 errno = ENOMEM; in qemu_instrumented_calloc()
837 errno = ENOMEM; in qemu_instrumented_calloc()
879 errno = ENOMEM; in qemu_instrumented_realloc()
893 errno = ENOMEM; in qemu_instrumented_realloc()
911 errno = ENOMEM; in qemu_instrumented_realloc()
934 errno = ENOMEM; in qemu_instrumented_realloc()
950 errno = ENOMEM; in qemu_instrumented_realloc()
[all …]
Dgetcwd.cpp55 errno = ENOMEM; in getcwd()
Dmalloc_debug_leak.cpp263 return (*memptr != NULL) ? 0 : ENOMEM; in fill_posix_memalign()
300 errno = ENOMEM; in leak_malloc()
368 errno = ENOMEM; in leak_calloc()
426 errno = ENOMEM; in leak_realloc()
501 return (*memptr != NULL) ? 0 : ENOMEM; in leak_posix_memalign()
Dmalloc_debug_check.cpp346 errno = ENOMEM; in chk_malloc()
499 errno = ENOMEM; in chk_realloc()
533 errno = ENOMEM; in chk_calloc()
577 return (*memptr != NULL) ? 0 : ENOMEM; in chk_posix_memalign()
Dpthread_atfork.cpp157 return ENOMEM; in __register_atfork()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dexec.c59 errno = ENOMEM; in execl()
85 errno = ENOMEM; in execle()
112 errno = ENOMEM; in execlp()
163 errno = ENOMEM; in execvpe()
222 case ENOMEM: in execvpe()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dreallocarray.c34 errno = ENOMEM; in reallocarray()
/bionic/libc/kernel/uapi/asm-generic/
Derrno-base.h35 #define ENOMEM 12 macro
/bionic/tests/
Dmalloc_test.cpp40 ASSERT_EQ(ENOMEM, errno); in TEST()
58 ASSERT_EQ(ENOMEM, errno); in TEST()
64 ASSERT_EQ(ENOMEM, errno); in TEST()
67 ASSERT_EQ(ENOMEM, errno); in TEST()
70 ASSERT_EQ(ENOMEM, errno); in TEST()
73 ASSERT_EQ(ENOMEM, errno); in TEST()
289 ASSERT_EQ(ENOMEM, errno); in TEST()
294 ASSERT_EQ(ENOMEM, errno); in TEST()
Dgetcwd_test.cpp56 ASSERT_EQ(ENOMEM, errno); in TEST()
Dunistd_test.cpp57 ASSERT_EQ(ENOMEM, errno); in TEST()
90 ASSERT_EQ(ENOMEM, errno); in TEST()
96 ASSERT_EQ(ENOMEM, errno); in TEST()
101 ASSERT_EQ(ENOMEM, errno); in TEST()
120 ASSERT_EQ(ENOMEM, errno); in TEST()
133 ASSERT_EQ(ENOMEM, errno); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.c54 errno = ENOMEM; /* XXX */ in __ungetwc()
Dfgetwc.c48 errno = ENOMEM; in __fgetwc_unlock()
Dvasprintf.c56 errno = ENOMEM; in vasprintf()
Dasprintf.c61 errno = ENOMEM; in asprintf()
Dfputwc.c57 errno = ENOMEM; in __fputwc_unlock()
Dvswprintf.c60 errno = ENOMEM; in vswprintf()
Dvfwprintf.c653 errno = ENOMEM; in __vfwprintf()
662 errno = ENOMEM; in __vfwprintf()
707 errno = ENOMEM; in __vfwprintf()
716 errno = ENOMEM; in __vfwprintf()
1047 errno = ENOMEM; in __vfwprintf()
1440 errno = ENOMEM; in __find_arguments()
Dvfprintf.c691 errno = ENOMEM; in __vfprintf()
700 errno = ENOMEM; in __vfprintf()
737 errno = ENOMEM; in __vfprintf()
746 errno = ENOMEM; in __vfprintf()
1073 errno = ENOMEM; in __vfprintf()
1474 errno = ENOMEM; in __find_arguments()
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c73 errno = ENOMEM; in __res_init_ctx()
/bionic/libc/upstream-openbsd/lib/libc/locale/
D_wcstod.h116 errno = ENOMEM; /* XXX */ in FUNCNAME()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpopen.c110 errno = ENOMEM; in popen()
/bionic/libc/include/sys/
D_errdefs.h51 __BIONIC_ERRDEF( ENOMEM , 12, "Out of memory" )
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h59 errno = ENOMEM; \

12