KZALLOC(9) Memory Management in Linux KZALLOC(9)NAMEkzalloc - allocate memory. The memory is set to zero.SYNOPSISvoid * kzalloc(size_t size, gfp_t flags);ARGUMENTSsize how many bytes of memory are required. flags the type of memory to allocate (see kmalloc).COPYRIGHTKernel Hackers Manual 2.6. July 2010 KZALLOC(9)
| Related Man Pages |
|---|
| kcalloc(9) - suse |
| kmalloc_array(9) - centos |
| blk_make_request(9) - suse |
| kmem_cache_create(9) - linux |
| xtrealloc(1) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Cause PCIe error callbacks using AER injection |