Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp228 for (size_t i = 0; i < kMaxRetries; i++) { in Exec()
236 ASSERT_NE(i, kMaxRetries - 1) << error_msg; in Exec()
451 static constexpr size_t kMaxRetries = 3; member in MallocDebugSystemTest