Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2383 std::string backtrace_str("6 malloc_debug Backtrace at time of failure:\n"); in TEST_F() local
2384 backtrace_str += "6 malloc_debug Backtrace failed to get any frames.\n"; in TEST_F()
2386 std::string expected_log(DIVIDER + free_pointer_str + backtrace_str + DIVIDER); in TEST_F()
2387 expected_log += DIVIDER + usable_pointer_str + backtrace_str + DIVIDER; in TEST_F()
2388 expected_log += DIVIDER + realloc_pointer_str + backtrace_str + DIVIDER; in TEST_F()