Searched refs:maxinuse (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c140 size_t maxinuse; member in struct:isc_mem
766 ctx->maxinuse = 0;
1117 if (ctx->inuse > ctx->maxinuse) {
1118 ctx->maxinuse = ctx->inuse;
1121 fprintf(stderr, "maxinuse = %lu\n",
1375 if (ctx->inuse > ctx->maxinuse) {
1376 ctx->maxinuse = ctx->inuse;
1379 fprintf(stderr, "maxinuse = %lu\n",
2163 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "maxinuse"));
2166 (isc_uint64_t)ctx->maxinuse));
[all...]

Completed in 25 milliseconds