Lines Matching refs:closure
27 allocate_string (void *closure) in allocate_string() argument
29 return xstrdup (closure); in allocate_string()
36 allocate_not_called (void *closure) in allocate_not_called() argument
38 FAIL_EXIT1 ("allocation function called unexpectedly (%p)", closure); in allocate_not_called()
42 deallocate_not_called (void *closure, void *ptr) in deallocate_not_called() argument
45 closure, ptr); in deallocate_not_called()
54 allocate_return_null (void *closure) in allocate_return_null() argument
69 fake_race_allocate (void *closure) in fake_race_allocate() argument
71 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_allocate()
80 fake_race_deallocate (void *closure, void *ptr) in fake_race_deallocate() argument
87 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_deallocate()
95 fake_race_allocate_for_free (void *closure) in fake_race_allocate_for_free() argument
97 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_allocate_for_free()