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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_dns.c1650 static int allocated_chunks = 0; variable
1655 allocated_chunks += 1;
1663 allocated_chunks += 1;
1665 allocated_chunks -= 1;
1672 allocated_chunks -= 1;
1688 allocated_chunks = 0;
1709 tt_int_op(allocated_chunks, ==, 0);
1712 tt_int_op(allocated_chunks, ==, 1);

Completed in 135 milliseconds