Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-compathooks-off.c33 int hook_count, call_count; variable
41 hook_count++; in free_called()
50 hook_count++; in malloc_called()
60 hook_count++; in realloc_called()
70 hook_count++; in calloc_called()
80 hook_count++; in memalign_called()
134 printf ("call_count: %d, hook_count: %d\n", call_count, hook_count); in do_test()
137 TEST_VERIFY_EXIT (call_count == hook_count); in do_test()
139 TEST_VERIFY_EXIT (hook_count == 0); in do_test()