Query: vfree
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFREE(9) Memory Management in Linux VFREE(9)NAMEvfree - release memory allocated by vmallocSYNOPSISvoid vfree(const void * addr);ARGUMENTSaddr memory base addressDESCRIPTIONFree 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 NMI context (strictly speaking, only if we don't have CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG, but making the calling conventions for vfree arch-depenedent would be a really bad idea)NOTEassumes that the object at *addr has a size >= sizeof(llist_node)COPYRIGHTKernel Hackers Manual 3.10 June 2014 VFREE(9)
Related Man Pages |
---|
shmdt(2) - freebsd |
shmat(2) - debian |
munlock(3) - osf1 |
shmat(2) - freebsd |
rebase(1) - osx |
Similar Topics in the Unix Linux Community |
---|
Problem Executing "lvcreate" Command |
File System and Storage Array Confusion |
Extending swap space |
RedHat LVM Error |