Home | History | Annotate | Download | only in api2

Lines Matching defs:memfd

21 #include <linux/memfd.h>
339 int memfd = syscall(__NR_memfd_create, "HEIF-try-memfd", MFD_CLOEXEC);
340 if (memfd == -1) {
346 close(memfd);