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

/bind-9.6-ESV-R11/lib/dns/
H A Dcache.c990 isc_uint32_t hiwater; local
1001 hiwater = size - (size >> 3); /* Approximately 7/8ths. */
1011 if (size == 0 || hiwater == 0 || lowater == 0)
1021 isc_mem_setwater(cache->mctx, water, cache, hiwater, lowater);
H A Dacache.c1787 isc_uint32_t hiwater; local
1794 hiwater = size - (size >> 3);
1797 if (size == 0 || hiwater == 0 || lowater == 0)
1801 hiwater, lowater);
H A Dadb.c3636 isc_uint32_t hiwater; local
3644 hiwater = size - (size >> 3); /* Approximately 7/8ths. */
3647 if (size == 0 || hiwater == 0 || lowater == 0)
3650 isc_mem_setwater(adb->mctx, water, adb, hiwater, lowater);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dmem.h324 * a hiwater mark has been set and the used amount of memory has exceeds
330 size_t hiwater, size_t lowater);
334 * When the memory usage of 'mctx' exceeds 'hiwater',
/bind-9.6-ESV-R11/lib/isc/
H A Dmem.c1557 size_t hiwater, size_t lowater)
1564 REQUIRE(hiwater >= lowater);
1583 ctx->hi_water = hiwater;
2188 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "hiwater"));
2192 TRY0(xmlTextWriterEndElement(writer)); /* hiwater */
1556 isc_mem_setwater(isc_mem_t *ctx, isc_mem_water_t water, void *water_arg, size_t hiwater, size_t lowater) argument

Completed in 32 milliseconds