devm_kzalloc(9) centos man page | unix.com

Man Page: devm_kzalloc

Operating Environment: centos

Section: 9

DEVM_KZALLOC(9) 						   Driver Basics						   DEVM_KZALLOC(9)

NAME
devm_kzalloc - Resource-managed kzalloc
SYNOPSIS
void * devm_kzalloc(struct device * dev, size_t size, gfp_t gfp);
ARGUMENTS
dev Device to allocate memory for size Allocation size gfp Allocation gfp flags
DESCRIPTION
Managed kzalloc. Memory allocated with this function is automatically freed on driver detach. Like all other devres resources, guaranteed alignment is unsigned long long.
RETURNS
Pointer to allocated memory on success, NULL on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVM_KZALLOC(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
kmem_free(9f) - opensolaris
blk_make_request(9) - centos
kmem_cache_create(9) - linux
gnome2::fontpicker(3pm) - debian
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Controlling user input
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!