.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SND_KCALLOC" "" "06 October 2005" "" "" .SH NAME snd_kcalloc \- memory allocation and zero-clear .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * snd_kcalloc (size_t \fIsize\fB, int \fIflags\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsize\fB\fR the size to allocate in bytes .TP \fB\fIflags\fB\fR allocation conditions, GFP_XXX .SH "DESCRIPTION" .PP Allocates a memory chunk via \fBkmalloc\fR and initializes it to zero. .PP Returns the pointer, or NULL if no enoguh memory.