Porting the Linux "mempool" mechanism to FreeBSD

Any help would be appreciated in porting the following Linux "mempool" mechanism to FreeBSD memory management system.

Code:
mempool_t AOC_mempool;

mempool_alloc( ... )
mempool_free( ... )
mempool_destroy( ... )
Sincerely,
Liu
 
Back
Top