Lines Matching refs:allocated
53 unsigned int allocated;
95 portlist->allocated = 0;
158 if (portlist->allocated <= portlist->active) {
159 unsigned int allocated;
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 = allocated;
260 portlist->allocated *