kmem_cache_free(9) suse man page | unix.com

Man Page: kmem_cache_free

Operating Environment: suse

Section: 9

KMEM_CACHE_FREE(9)					    Memory Management in Linux						KMEM_CACHE_FREE(9)

NAME
kmem_cache_free - Deallocate an object
SYNOPSIS
void kmem_cache_free(struct kmem_cache * 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 KMEM_CACHE_FREE(9)
Related Man Pages
ldap_memcache(3ldap) - opensolaris
slabinfo(5) - linux
slabinfo(5) - redhat
slabinfo(5) - suse
kmem_cache_create(9) - linux
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Tar Command
A (ksh) Library For and From UNIX.com