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

/bind-9.11.3/bin/tests/
H A Dmempool_test.c77 RUNTIME_CHECK(isc_mempool_getallocated(mp1) == 19);
/bind-9.11.3/bin/tests/mem/
H A Dt_mem.c116 rval = isc_mempool_getallocated(mp1);
118 t_info("isc_mempool_getallocated returned %d, expected %d\n",
/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h681 isc_mempool_getallocated(isc_mempool_t *mpctx);
/bind-9.11.3/lib/dns/
H A Ddispatch.c1599 isc_mempool_getallocated(mgr->depool),
1600 isc_mempool_getallocated(mgr->rpool),
1601 isc_mempool_getallocated(mgr->dpool));
1606 if (isc_mempool_getallocated(mgr->depool) != 0)
1608 if (isc_mempool_getallocated(mgr->rpool) != 0)
1610 if (isc_mempool_getallocated(mgr->dpool) != 0)
H A Dmessage.c650 ENSURE(isc_mempool_getallocated(msg->namepool) == 0);
651 ENSURE(isc_mempool_getallocated(msg->rdspool) == 0);
H A Dadb.c2864 isc_mempool_getallocated(adb->ahmp) == 0) {
3451 isc_mempool_getallocated(adb->nhmp));
/bind-9.11.3/lib/isc/
H A Dmem.c2852 isc_mempool_getallocated(isc_mempool_t *mpctx) { function

Completed in 62 milliseconds