Query: vfree
OS: osx
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFREE(9) Memory Management in Linux VFREE(9) NAME
vfree - release memory allocated by vmalloc SYNOPSIS
void vfree(const void * addr); ARGUMENTS
addr memory base address DESCRIPTION
Free the virtually continuous memory area starting at addr, as obtained from vmalloc, vmalloc_32 or __vmalloc. If addr is NULL, no operation is performed. Must not be called in interrupt context. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 VFREE(9)
| Related Man Pages |
|---|
| fetch(9) - osx |
| fubyte(9) - mojave |
| shmat(2) - freebsd |
| vslock(9) - linux |
| vslock(9) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| File System and Storage Array Confusion |
| Lv not useable after lvextend - high I/O |
| Extending swap space |
| RedHat LVM Error |