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

/bind-9.11.3/util/
H A Dmemleak.pl17 $gets{$1.$2} = $_ if (/add (?:0x)?([0-9a-f]+) size (?:0x)?([0-9]+) file/);
18 delete $gets{$1.$2} if /del (?:0x)?([0-9a-f]+) size (?:0x)?([0-9]+) file/;
19 $mem_stats .= $_ if /\d+ gets, +(\d+) rem/ && $1 > 0;
21 print join('', values %gets);
/bind-9.11.3/lib/isc/
H A Dmem.c93 unsigned long gets; member in struct:stats
185 unsigned int gets; /*%< # of requests to this pool */ member in struct:isc__mempool
664 ctx->stats[ctx->max_size].gets++;
696 ctx->stats[size].gets++;
739 INSIST(ctx->stats[ctx->max_size].gets != 0U);
740 ctx->stats[ctx->max_size].gets--;
765 INSIST(ctx->stats[size].gets != 0U);
766 ctx->stats[size].gets--;
825 ctx->stats[ctx->max_size].gets++;
828 ctx->stats[size].gets
[all...]
/bind-9.11.3/bin/tests/
H A Dnamed.conf582 * You can also define category "default"; it gets used when no

Completed in 1007 milliseconds