Searched refs:memfd (Results 1 – 1 of 1) sorted by relevance
339 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC); in isInMemoryTempFileSupported() local340 if (memfd == -1) { in isInMemoryTempFileSupported()346 close(memfd); in isInMemoryTempFileSupported()