Lines Matching defs:limit
489 * memget() was called on something beyond our upper limit.
569 * memput() called on something beyond our upper limit.
1906 isc_mempool_setfreemax(isc_mempool_t *mpctx, unsigned int limit) {
1912 mpctx->freemax = limit;
1953 isc_mempool_setmaxalloc(isc_mempool_t *mpctx, unsigned int limit) {
1954 REQUIRE(limit > 0);
1961 mpctx->maxalloc = limit;
2002 isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit) {
2003 REQUIRE(limit > 0);
2009 mpctx->fillcount = limit;