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

/bind-9.11.3/bin/tests/mem/
H A Dt_mem.c24 #define MP1_MAXALLOC 30 macro
76 t_info("setting maxalloc to %d\n", MP1_MAXALLOC);
77 isc_mempool_setmaxalloc(mp1, MP1_MAXALLOC);
80 * Allocate MP1_MAXALLOC items from the pool. This is our max.
82 for (i = 0; i < MP1_MAXALLOC; i++) {
119 rval, MP1_MAXALLOC - 11);
156 for (i = 11; i < MP1_MAXALLOC; i++) {

Completed in 9 milliseconds