Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp36 bool InitConfig(const char* options) { in InitConfig() function in MallocDebugConfigTest
48 ASSERT_FALSE(InitConfig("unknown_option")); in TEST_F()
64 ASSERT_FALSE(InitConfig("backtrace=XXX")); in TEST_F()
72 ASSERT_FALSE(InitConfig("backtrace=0")); in TEST_F()
91 ASSERT_FALSE(InitConfig("backtrace=-1")); in TEST_F()
111 ASSERT_FALSE(InitConfig("leak_track=12")); in TEST_F()
531 ASSERT_FALSE(InitConfig("guard=0")); in TEST_F()
540 ASSERT_FALSE(InitConfig("guard=20000")); in TEST_F()
570 ASSERT_FALSE(InitConfig("rear_guard=0")); in TEST_F()
590 ASSERT_FALSE(InitConfig("fill=0")); in TEST_F()
[all …]