mempool_create man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

MEMPOOL_CREATE(9)	  Memory Management in Linux	     MEMPOOL_CREATE(9)

NAME
       mempool_create - create a memory pool

SYNOPSIS
       mempool_t * mempool_create(int min_nr, mempool_alloc_t * alloc_fn,
				  mempool_free_t * free_fn, void * pool_data);

ARGUMENTS
       min_nr
	   the minimum number of elements guaranteed to be allocated for this
	   pool.

       alloc_fn
	   user-defined element-allocation function.

       free_fn
	   user-defined element-freeing function.

       pool_data
	   optional private data available to the user-defined functions.

DESCRIPTION
       this function creates and allocates a guaranteed size, preallocated
       memory pool. The pool can be used from the mempool_alloc and
       mempool_free functions. This function might sleep. Both the alloc_fn
       and the free_fn functions might sleep - as long as the mempool_alloc
       function is not called from IRQ contexts.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013		     MEMPOOL_CREATE(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net