Searched defs:random_test (Results 1 – 2 of 2) 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 ~random_test() in ~random_test()86 void test(unsigned long count) in test()98 bool alloc(uint64_t size_order=52, uint64_t align_order=52) in alloc()150 void dealloc() in dealloc()205 void fill() in fill()[all …]
81 void random_test(skiatest::Reporter* reporter) { in random_test() function