other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
KCALLOC(9) | Memory Management in Linux | KCALLOC(9) |
NAME¶
kcalloc - allocate memory for an array. The memory is set to zero.SYNOPSIS¶
void *
kcalloc(size_t n, size_t size,
gfp_t flags);
ARGUMENTS¶
nnumber of elements.
size
element size.
flags
the type of memory to allocate (see
kmalloc).
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |