Home
last modified time | relevance | path

Searched refs:middle_ptr (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp2299 void* middle_ptr = in TEST_F() local
2301 ASSERT_EQ(0, munmap(middle_ptr, getpagesize())); in TEST_F()
2303 StartProcess([middle_ptr]() { in TEST_F()
2304 ASSERT_EQ(0, crash_call(reinterpret_cast<uintptr_t>(middle_ptr))); in TEST_F()
2327 match_str += format_full_pointer(reinterpret_cast<uintptr_t>(middle_ptr)); in TEST_F()
2334 format_pointer(start_ptr).c_str(), format_pointer(middle_ptr).c_str(), in TEST_F()