Home
last modified time | relevance | path

Searched refs:maxmalloced (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmem.c160 size_t maxmalloced; member
295 if (mctx->malloced > mctx->maxmalloced) { in add_trace_entry()
296 mctx->maxmalloced = mctx->malloced; in add_trace_entry()
392 if (ctx->malloced > ctx->maxmalloced) { in more_basic_blocks()
393 ctx->maxmalloced = ctx->malloced; in more_basic_blocks()
412 if (ctx->malloced > ctx->maxmalloced) { in more_basic_blocks()
413 ctx->maxmalloced = ctx->malloced; in more_basic_blocks()
506 if (ctx->malloced > ctx->maxmalloced) { in mem_getunlocked()
507 ctx->maxmalloced = ctx->malloced; in mem_getunlocked()
682 if (ctx->malloced > ctx->maxmalloced) { in mem_getstats()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dmem.c152 atomic_size_t maxmalloced; global() member
221 size_t maxmalloced = atomic_load_relaxed(&ctx->maxmalloced); increment_malloced() local