Searched refs:AllocRaceTask (Results 1 – 1 of 1) sorted by relevance
116 class AllocRaceTask : public Task { class118 AllocRaceTask(size_t id, size_t iterations, size_t size, LargeObjectSpace* los) : in AllocRaceTask() function in art::gc::space::AllocRaceTask156 thread_pool.AddTask(self, new AllocRaceTask(i, kNumIterations, 16 * KB, los)); in RaceTest()