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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 158 size_t maxinuse; member in struct:isc__mem
799 ctx->maxinuse = 0;
1084 if (ctx->inuse > ctx->maxinuse) {
1085 ctx->maxinuse = ctx->inuse;
1089 fprintf(stderr, "maxinuse = %lu\n",
1330 if (ctx->inuse > ctx->maxinuse) {
1331 ctx->maxinuse = ctx->inuse;
1336 fprintf(stderr, "maxinuse = %lu\n",
1528 size_t maxinuse; local
1532 maxinuse = ctx->maxinuse
    [all...]

Completed in 18 milliseconds