SND_KCALLOC

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

 

NAME

snd_kcalloc - memory allocation and zero-clear  

SYNOPSIS

"SYNOPSIS"

void * snd_kcalloc (size_t size, int flags);  

ARGUMENTS

size
the size to allocate in bytes
flags
allocation conditions, GFP_XXX
 

DESCRIPTION

Allocates a memory chunk via kmalloc and initializes it to zero.

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: 07:07:28 GMT, October 06, 2005