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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c164 debuglist_t * debuglist; member in struct:isc__mem
410 if (mctx->debuglist == NULL)
416 dl = ISC_LIST_HEAD(mctx->debuglist[mysize]);
451 ISC_LIST_PREPEND(mctx->debuglist[mysize], dl, link);
469 if (mctx->debuglist == NULL)
475 dl = ISC_LIST_HEAD(mctx->debuglist[size]);
487 ISC_LIST_UNLINK(mctx->debuglist[size],
959 ctx->debuglist = NULL;
999 ctx->debuglist = (memalloc)(arg,
1001 if (ctx->debuglist
[all...]

Completed in 97 milliseconds