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

/bind-9.11.3/lib/isc/
H A Dmem.c48 #define NUM_BASIC_BLOCKS 64 /*%< must be > 1 */ macro
527 increment = NUM_BASIC_BLOCKS * ctx->mem_target;
550 tmp = (ctx->memalloc)(ctx->arg, NUM_BASIC_BLOCKS * ctx->mem_target);
561 for (i = 0; i < (NUM_BASIC_BLOCKS - 1); i++) {
572 last = first + NUM_BASIC_BLOCKS * ctx->mem_target - 1;
2396 NUM_BASIC_BLOCKS * ctx->mem_target;
2401 NUM_BASIC_BLOCKS *
2527 NUM_BASIC_BLOCKS * ctx->mem_target;
2568 blocksize = ctx->basic_table_count * NUM_BASIC_BLOCKS *

Completed in 20 milliseconds