KMEM_CACHE_FREE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
kmem_cache_free - Deallocate an object
SYNOPSIS
"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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 07:07:13 GMT, October 06, 2005