KMEM_CACHE_FREE

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

kmem_cache_free - Deallocate an object  

SYNOPSIS

void kmem_cache_free (kmem_cache_t * cachep, void * objp);  

ARGUMENTS

cachep
The cache the allocation was from.
objp
The previously allocated object.
 

DESCRIPTION

Free an object which was previously allocated from this cache.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:20:06 GMT, April 09, 2004