Searched refs:memfd_create_wrapper (Results 1 – 1 of 1) sorted by relevance
87 int memfd_create_wrapper(const char* name, unsigned int flags) { in memfd_create_wrapper() function421 int fd = memfd_create_wrapper(name.c_str(), flags); in MemfdCreate()