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

/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h225 ISC_LIST(dns_rrl_block_t) blocks; member in struct:dns_rrl
/bind-9.11.3/lib/dns/
H A Drrl.c242 ISC_LIST_INITANDAPPEND(rrl->blocks, b, link);
1260 while (!ISC_LIST_EMPTY(rrl->blocks)) {
1261 b = ISC_LIST_HEAD(rrl->blocks);
1262 ISC_LIST_UNLINK(rrl->blocks, b, link);
/bind-9.11.3/lib/isc/
H A Dmem.c95 unsigned long blocks; member in struct:stats
610 ctx->stats[new_size].blocks++;
613 * Set up a linked-list of blocks of size
675 * If there are no blocks in the free list for this size, get a chunk
676 * of memory and then break it up into "new_size"-sized blocks, adding
1416 (s->blocks != 0U || s->freefrags != 0U))
1418 s->blocks, s->freefrags);

Completed in 41 milliseconds