KCALLOC(9) Memory Management in Linux KCALLOC(9)NAMEkcalloc - allocate memory for an array. The memory is set to zero.SYNOPSISvoid * kcalloc(size_t n, size_t size, gfp_t flags);ARGUMENTSn number of elements. size element size. flags the type of memory to allocate (see kmalloc).COPYRIGHTKernel Hackers Manual 3.10 June 2014 KCALLOC(9)
| Related Man Pages |
|---|
| kcalloc(9) - suse |
| usb_alloc_coherent(9) - centos |
| wimax_msg_alloc(9) - centos |
| memory(3) - osx |
| kmem_free(9f) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Controlling user input |
| Please Welcome Dave Munro to the Moderator Team! |