Lines Matching defs:allocated
180 unsigned int allocated; /*%< # of items currently given out */
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++;
2062 INSIST(mpctx->allocated > 0);
2063 mpctx->allocated--;
2195 unsigned int allocated;
2202 allocated = mpctx->allocated;
2207 return (allocated);