Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_dns.c1805 static int allocated_chunks = 0; variable
1810 allocated_chunks += 1; in cnt_malloc()
1818 allocated_chunks += 1; in cnt_realloc()
1820 allocated_chunks -= 1; in cnt_realloc()
1827 allocated_chunks -= 1; in cnt_free()
1843 allocated_chunks = 0; in testleak_setup()
1871 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()
1874 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()