HomeSort by: relevance | last modified time | path
    Searched defs:mem_target (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/isc/
memcluster.c 112 static size_t mem_target; variable
150 mem_target = DEF_MEM_TARGET;
152 mem_target = target_size;
154 mem_target_half = mem_target / 2;
155 mem_target_fudge = mem_target + mem_target / 4;
256 new = malloc(NUM_BASIC_BLOCKS * mem_target);
263 next = curr + mem_target;
267 next += mem_target;
276 total_size = mem_target;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 171 size_t mem_target; member in struct:isc__mem
407 tmp = (ctx->memalloc)(NUM_BASIC_BLOCKS * ctx->mem_target);
408 ctx->total += NUM_BASIC_BLOCKS * ctx->mem_target;
411 ctx->malloced += NUM_BASIC_BLOCKS * ctx->mem_target;
417 next = curr + ctx->mem_target;
421 next += ctx->mem_target;
429 last = first + NUM_BASIC_BLOCKS * ctx->mem_target - 1;
455 total_size = ctx->mem_target;
837 ctx->mem_target = DEF_MEM_TARGET;
929 ctx->malloced -= NUM_BASIC_BLOCKS * ctx->mem_target;
    [all...]

Completed in 141 milliseconds