Searched refs:dpool (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c107 isc_mempool_t *dpool; /*%< dispatch allocations */ member in struct:dns_dispatchmgr
1672 "epool=%d, rpool=%d, dpool=%d",
1676 isc_mempool_getallocated(mgr->dpool));
1685 if (isc_mempool_getallocated(mgr->dpool) != 0)
1713 isc_mempool_destroy(&mgr->dpool);
1854 mgr->dpool = NULL;
1856 &mgr->dpool) != ISC_R_SUCCESS) {
1869 isc_mempool_setname(mgr->dpool, "dispmgr_dpool");
1870 isc_mempool_setfreemax(mgr->dpool, 1024);
1871 isc_mempool_associatelock(mgr->dpool,
[all...]

Completed in 15 milliseconds