other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KSTRDUP(9) | Memory Management in Linux | KSTRDUP(9) |
NAME¶
kstrdup - allocate space for and copy an existing stringSYNOPSIS¶
char *
kstrdup(const char * s,
gfp_t gfp);
ARGUMENTS¶
sthe string to duplicate
gfp
the GFP mask used in the kmalloc call
when allocating memory
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |