1VFREE(9) Memory Management in Linux VFREE(9)
23
4
NAME
6vfree - release memory allocated by vmalloc
7
SYNOPSIS
9void vfree(const void * addr);
10
ARGUMENTS
12addr
13memory base address
14
DESCRIPTION
16Free the virtually continuous memory area starting at addr, as obtained
17from vmalloc, vmalloc_32 or __vmalloc. If addr is NULL, no operation is
18performed.
1920
Must not be called in interrupt context.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 VFREE(9)