Searched refs:alloc_pool (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/bind/dist/lib/isc/ |
| H A D | pool.c | 50 alloc_pool(isc_mem_t *mctx, unsigned int count, isc_pool_t **poolp) { in alloc_pool() function 86 result = alloc_pool(mctx, count, &pool); in isc_pool_create() 136 result = alloc_pool(pool->mctx, count, &newpool); in isc_pool_expand()
|
| H A D | taskpool.c | 48 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() function 87 result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create() 134 result = alloc_pool(pool->tmgr, pool->mctx, size, in isc_taskpool_expand()
|