kcalloc(9) centos man page | unix.com

Man Page: kcalloc

Operating Environment: centos

Section: 9

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
n number of elements. size element size. flags the type of memory to allocate (see kmalloc).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KCALLOC(9)
Related Man Pages
bio_alloc_bioset(9) - centos
kmalloc_array(9) - centos
memory(3) - osx
kmem_alloc(9f) - linux
kmem_cache_create(9) - linux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it