1VFREE(9)                  Memory Management in Linux                  VFREE(9)
2
3
4

NAME

6       vfree - release memory allocated by vmalloc
7

SYNOPSIS

9       void vfree(const void * addr);
10

ARGUMENTS

12       addr
13           memory base address
14

DESCRIPTION

16       Free the virtually continuous memory area starting at addr, as obtained
17       from vmalloc, vmalloc_32 or __vmalloc. If addr is NULL, no operation is
18       performed.
19
20       Must not be called in interrupt context.
21
23Kernel Hackers Manual 2.6.       November 2011                        VFREE(9)
Impressum