MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
wheezy-backports
/
linux-manual-3.16
/ kmemdup(9)
links
permalink
package tracker
raw man page
table of contents
NAME
SYNOPSIS
ARGUMENTS
COPYRIGHT
other versions
wheezy-backports
3.16.39-1+deb8u1~bpo70+1
jessie
3.16.43-2
Scroll to navigation
KMEMDUP(9)
Memory Management in Linux
KMEMDUP(9)
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
¶
February 2017
Kernel Hackers Manual 3.16