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