Query: devm_kzalloc
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVM_KZALLOC(9) Driver Basics DEVM_KZALLOC(9)NAMEdevm_kzalloc - Resource-managed kzallocSYNOPSISvoid * devm_kzalloc(struct device * dev, size_t size, gfp_t gfp);ARGUMENTSdev Device to allocate memory for size Allocation size gfp Allocation gfp flagsDESCRIPTIONManaged kzalloc. Memory allocated with this function is automatically freed on driver detach. Like all other devres resources, guaranteed alignment is unsigned long long.RETURNSPointer to allocated memory on success, NULL on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVM_KZALLOC(9)
Related Man Pages |
---|
usb_sg_init(9) - suse |
kmem_free(9f) - opensolaris |
usb_alloc_coherent(9) - centos |
usb_sg_init(9) - centos |
gnome2::fontpicker(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |