Home
last modified time | relevance | path

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

/system/ulib/ftl/utils/
A Dfsmem.c15 FsError(ENOMEM); in FsMalloc()
24 FsError(ENOMEM); in FsCalloc()
33 FsError(ENOMEM); in FsAalloc()
A Dkernel.h31 #define ENOMEM 12 // out of memory macro
/system/uapp/lz4/
A Dmain.c153 return ENOMEM; in do_compress()
/system/utest/core/memory-mapping/
A Dmemory-mapping.cpp115 EXPECT_EQ(ENOMEM, test_errno, "mmap errno should be ENOMEM when len >= PTRDIFF_MAX"); in mmap_len_test()
/system/ulib/fdio/
A Dnamespace.c602 errno = ENOMEM; in fdio_ns_opendir()
608 errno = ENOMEM; in fdio_ns_opendir()
A Dunistd.c925 case ZX_ERR_NO_MEMORY: return ENOMEM; in fdio_status_to_errno()
939 case ZX_ERR_NO_RESOURCES: return ENOMEM; in fdio_status_to_errno()

Completed in 13 milliseconds