L liuwang Dec 7, 2011 #1 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
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
T trasz@ Developer Dec 8, 2011 #2 You mean kernel or userland? For kernel, you already have memory pools, see uma(9).