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

/bind-9.11.3/lib/dns/
H A Ddispatch.c89 isc_mempool_t *dpool; /*%< dispatch allocations */ member in struct:dns_dispatchmgr
1597 "depool=%d, rpool=%d, dpool=%d",
1601 isc_mempool_getallocated(mgr->dpool));
1610 if (isc_mempool_getallocated(mgr->dpool) != 0)
1640 isc_mempool_destroy(&mgr->dpool);
1815 mgr->dpool = NULL;
1817 &mgr->dpool) != ISC_R_SUCCESS) {
1834 isc_mempool_setname(mgr->dpool, "dispmgr_dpool");
1835 isc_mempool_setmaxalloc(mgr->dpool, 32768);
1836 isc_mempool_setfreemax(mgr->dpool, 3276
[all...]

Completed in 16 milliseconds