Home
last modified time | relevance | path

Searched defs:memfd_create (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Dmemfd_create.c51 memfd_create(const char *name, unsigned int flags) in memfd_create() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1080 INTERCEPTOR(int, memfd_create, const char *path, unsigned int flags) { argument