KCALLOC

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

 

NAME

kcalloc - allocate memory for an array. The memory is set to zero.  

SYNOPSIS

"SYNOPSIS"

void * kcalloc (size_t n, size_t size, unsigned int __nocast flags);  

ARGUMENTS

n
number of elements.
size
element size.
flags
the type of memory to allocate.


 

Index

NAME
SYNOPSIS
ARGUMENTS

This document was created by man2html, using the manual pages.
Time: 00:02:22 GMT, October 09, 2005