kmemdup (9) - Linux Manuals
kmemdup: duplicate region of memory
Command to display kmemdup
manual in Linux: $ man 9 kmemdup
NAME
kmemdup - duplicate region of memory
SYNOPSIS
-
void * kmemdup(const void * src, size_t len, gfp_t gfp);
ARGUMENTS
src
-
- memory region to duplicate
len
-
memory region length
gfp
-
GFP mask to use
COPYRIGHT