kfree

Autres langues

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

kfree - free previously allocated memory

SYNOPSIS

void kfree(const void * objp);

ARGUMENTS

objp

pointer returned by kmalloc.

DESCRIPTION

If objp is NULL, no operation is performed.

Don't free memory not originally allocated by kmalloc or you will run into trouble.