Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp22 bool UseQuarantine = true; variable
25 if (!UseQuarantine) in __scudo_default_options()
Dscudo_unit_test.h36 extern bool UseQuarantine;
Dcombined_test.cpp90 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value; in ScudoCombinedTest()
95 UseQuarantine = true; in ~ScudoCombinedTest()
308 if (!UseQuarantine) { in SCUDO_TYPED_TEST()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dscudo_unit_test_main.cpp22 bool UseQuarantine = true; variable
25 if (!UseQuarantine) in __scudo_default_options()
Dscudo_unit_test.h29 extern bool UseQuarantine;
Dcombined_test.cpp225 if (!UseQuarantine) { in testAllocator()
327 UseQuarantine = false; in TEST()
333 UseQuarantine = true; in TEST()
378 UseQuarantine = false; in TEST()
384 UseQuarantine = true; in TEST()