Lines Matching refs:allocated
183 unsigned int allocated; /*%< # of items currently given out */
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++;
1831 mpctx->allocated++;
1861 INSIST(mpctx->allocated > 0);
1862 mpctx->allocated--;
1986 unsigned int allocated;
1993 allocated = mpctx->allocated;
1998 return (allocated);