Searched refs:allocated_chunks (Results 1 – 1 of 1) sorted by relevance
1893 static int allocated_chunks = 0; variable1898 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()