Searched defs:random_test (Results 1 – 3 of 3) sorted by relevance
70 struct random_test { struct71 static const uint64_t MEM_START_PAGE = 1;72 static const uint64_t MEM_SIZE = 0xfffffffffffff000;73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE;75 random_test(uint_fast32_t seed) in random_test() argument81 void test(unsigned long count) in test()93 bool alloc(uint64_t size_order=52, uint64_t align_order=52) in alloc()145 void dealloc() in dealloc()200 void fill() in fill()209 void empty() in empty()[all …]
81 void random_test(skiatest::Reporter* reporter) { in random_test() function