KMEM_CACHE_FREE(9) Memory Management in Linux KMEM_CACHE_FREE(9)NAMEkmem_cache_free - Deallocate an objectSYNOPSISvoid kmem_cache_free(struct kmem_cache * cachep, void * objp);ARGUMENTScachep The cache the allocation was from. objp The previously allocated object.DESCRIPTIONFree an object which was previously allocated from this cache.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KMEM_CACHE_FREE(9)
| Related Man Pages |
|---|
| kcalloc(9) - suse |
| slabinfo(5) - linux |
| uwx_find_source_info(3x) - hpux |
| kmem_cache_destroy(9f) - sunos |
| kmem_cache_free(9f) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Cut command on RHEL 6.8 compatibility issues |
| Docker learning Phase-I |
| 32 bit process addressing more than 4GB |