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

/fuchsia/zircon/kernel/vm/
H A Dvm_unittest.cpp109 static bool test_region(uintptr_t seed, void* _ptr, size_t len) { function
138 auto result = test_region((uintptr_t)ptr, ptr, len);
686 bool result = test_region((uintptr_t)ptr, ptr, alloc_size);
723 bool result = test_region((uintptr_t)ptr, ptr2, alloc_size);
807 bool result = test_region(99, ptr, alloc_size);

Completed in 22 milliseconds