Function
Sysprofmemfd_create
Declaration [src]
int
sysprof_memfd_create (
const char* desc
)
Description [src]
Creates a new memfd using the memfd_create syscall if available. Otherwise, a tmpfile is used. Currently, no attempt is made to ensure the tmpfile is on a tmpfs backed mount.