Searched refs:test_rand (Results 1 – 2 of 2) sorted by relevance
52 size_t request_size = test_rand(&rand_seed) % max_allocation_size; in LargeObjectTest()70 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
130 static inline size_t test_rand(size_t* seed) { in test_rand() function445 alloc_size = test_rand(&rand_seed) % static_cast<size_t>(-object_size); in SizeFootPrintGrowthLimitAndTrimBody()