Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1889 static int allocated_chunks = 0; variable
1894 allocated_chunks += 1; in cnt_malloc()
1902 allocated_chunks += 1; in cnt_realloc()
1904 allocated_chunks -= 1; in cnt_realloc()
1911 allocated_chunks -= 1; in cnt_free()
1927 allocated_chunks = 0; in testleak_setup()
1955 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()
1958 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()
/freebsd/contrib/libevent/test/
H A Dregress_dns.c1889 static int allocated_chunks = 0; variable
1894 allocated_chunks += 1; in cnt_malloc()
1902 allocated_chunks += 1; in cnt_realloc()
1904 allocated_chunks -= 1; in cnt_realloc()
1911 allocated_chunks -= 1; in cnt_free()
1927 allocated_chunks = 0; in testleak_setup()
1955 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()
1958 tt_int_op(allocated_chunks, ==, 0); in testleak_cleanup()