Name
vfree —
release memory allocated by vmalloc
Synopsis
void vfree (
void * addr)
;
Description
Free the virtually contiguous memory area starting at addr
, as
obtained from vmalloc
, vmalloc_32
or __vmalloc
.
May not be called in interrupt context.
Description
Free the virtually contiguous memory area starting at addr
, as
obtained from vmalloc
, vmalloc_32
or __vmalloc
.
May not be called in interrupt context.