Searched defs:allocated (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dipkeylist.h25 isc_uint32_t allocated; member in struct:dns_ipkeylist
/bind-9.11.3/lib/dns/
H A Dportlist.c44 unsigned int allocated; member in struct:dns_portlist
86 portlist->allocated = 0;
149 if (portlist->allocated <= portlist->active) {
150 unsigned int allocated; local
151 allocated = portlist->allocated + DNS_PL_ALLOCATE;
152 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
159 portlist->allocated * sizeof(*el));
161 portlist->allocated * sizeof(*el));
164 portlist->allocated
[all...]
/bind-9.11.3/lib/isc/
H A Dmem.c180 unsigned int allocated; /*%< # of items currently given out */ member in struct:isc__mempool
1442 ISC_MSG_POOLALLOCATED, "allocated"),
1461 pool->allocated, pool->freecount, pool->freemax,
1476 * size of the object allocated (with some additional overhead).
1558 * pointer to the newly allocated memory, or
1858 mpctx->allocated = 0;
1910 if (mpctx->allocated > 0)
1916 REQUIRE(mpctx->allocated == 0);
1991 if (ISC_UNLIKELY(mpctx->allocated >= mpctx->maxalloc)) {
2030 mpctx->allocated
2195 unsigned int allocated; local
[all...]

Completed in 17 milliseconds