Lines Matching refs:fake_race_region
66 static char fake_race_region[3]; /* To obtain unique addresses. */ variable
71 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_allocate()
75 fake_race_place = &fake_race_region[1]; in fake_race_allocate()
76 return &fake_race_region[2]; in fake_race_allocate()
84 TEST_VERIFY (ptr == &fake_race_region[2]); in fake_race_deallocate()
86 TEST_VERIFY (fake_race_place == &fake_race_region[1]); in fake_race_deallocate()
87 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_deallocate()
97 TEST_VERIFY (closure == &fake_race_region[0]); in fake_race_allocate_for_free()
101 fake_race_place = &fake_race_region[1]; in fake_race_allocate_for_free()
147 &fake_race_region[0]) in do_test()
148 == &fake_race_region[1]); in do_test()
154 &fake_race_region[0]) in do_test()
155 == &fake_race_region[1]); in do_test()
164 &fake_race_region[0]) in do_test()
165 == &fake_race_region[1]); in do_test()
171 &fake_race_region[0]) in do_test()
172 == &fake_race_region[1]); in do_test()