Searched refs:test_rand (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space_test.cc52 size_t request_size = test_rand(&rand_seed) % max_allocation_size;
70 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]);
H A Dspace_test.h138 static inline size_t test_rand(size_t* seed) { function in namespace:art::gc::space
186 alloc_size = test_rand(&rand_seed) % static_cast<size_t>(-object_size);

Completed in 41 milliseconds