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

/bind-9.11.3/lib/isc/
H A Dmem.c158 debuglist_t * debuglist; member in struct:isc__mem
396 if (mctx->debuglist == NULL)
402 dl = ISC_LIST_HEAD(mctx->debuglist[mysize]);
437 ISC_LIST_PREPEND(mctx->debuglist[mysize], dl, link);
455 if (mctx->debuglist == NULL)
461 dl = ISC_LIST_HEAD(mctx->debuglist[size]);
473 ISC_LIST_UNLINK(mctx->debuglist[size],
948 ctx->debuglist = NULL;
988 ctx->debuglist = (memalloc)(arg,
990 if (ctx->debuglist
[all...]

Completed in 15 milliseconds