Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_dns.c1893 static int allocated_chunks = 0; variable
1898 allocated_chunks += 1; in cnt_malloc()
1906 allocated_chunks += 1; in cnt_realloc()
1908 allocated_chunks -= 1; in cnt_realloc()
1915 allocated_chunks -= 1; in cnt_free()
1931 allocated_chunks = 0; in testleak_setup()
1959 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()
1962 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()