SND_KMALLOC_STRDUP

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

snd_kmalloc_strdup - copy the string  

SYNOPSIS

"SYNOPSIS"

char * snd_kmalloc_strdup (const char * string, int flags);  

ARGUMENTS

string
the original string
flags
allocation conditions, GFP_XXX
 

DESCRIPTION

Allocates a memory chunk via kmalloc and copies the string to it.

Returns the pointer, or NULL if no enoguh memory.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:11 GMT, October 06, 2005