.\" 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 "KCALLOC" "9" "09 October 2005" "" ""
.SH NAME
kcalloc \- allocate memory for an array. The memory is set to zero.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * kcalloc (size_t \fIn\fB, size_t \fIsize\fB, unsigned int __nocast \fIflags\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIn\fB\fR
number of elements.
.TP
\fB\fIsize\fB\fR
element size.
.TP
\fB\fIflags\fB\fR
the type of memory to allocate.