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

/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c53 unsigned int allocated; member in struct:dns_portlist
95 portlist->allocated = 0;
158 if (portlist->allocated <= portlist->active) {
159 unsigned int allocated; local
160 allocated = portlist->allocated + DNS_PL_ALLOCATE;
161 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
168 portlist->allocated * sizeof(*el));
170 portlist->allocated * sizeof(*el));
173 portlist->allocated
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c183 unsigned int allocated; /*%< # of items currently given out */ member in struct:isc_mempool
1285 ISC_MSG_POOLALLOCATED, "allocated"),
1304 pool->allocated, pool->freecount, pool->freemax,
1319 * size of the object allocated (with some additional overhead).
1405 * pointer to the newly allocated memory, or
1655 mpctx->allocated = 0;
1705 if (mpctx->allocated > 0)
1711 REQUIRE(mpctx->allocated == 0);
1782 if (mpctx->allocated >= mpctx->maxalloc) {
1796 mpctx->allocated
1986 unsigned int allocated; local
[all...]
/bind-9.6-ESV-R11/
H A Dltmain.sh4653 newly allocated full path name if found, NULL otherwise
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh3654 newly allocated full path name if found, NULL otherwise

Completed in 234 milliseconds