Searched refs:ENOMEM (Results 1 – 6 of 6) sorted by relevance
15 FsError(ENOMEM); in FsMalloc()24 FsError(ENOMEM); in FsCalloc()33 FsError(ENOMEM); in FsAalloc()
31 #define ENOMEM 12 // out of memory macro
153 return ENOMEM; in do_compress()
115 EXPECT_EQ(ENOMEM, test_errno, "mmap errno should be ENOMEM when len >= PTRDIFF_MAX"); in mmap_len_test()
602 errno = ENOMEM; in fdio_ns_opendir()608 errno = ENOMEM; in fdio_ns_opendir()
925 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