Searched refs:fake_race_region (Results 1 – 1 of 1) sorted by relevance
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()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()148 == &fake_race_region[1]); in do_test()155 == &fake_race_region[1]); in do_test()165 == &fake_race_region[1]); in do_test()[all …]
Completed in 14 milliseconds