Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dmemtag.h72 inline bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
113 inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
263 inline NORETURN bool systemDetectsMemoryTagFaultsTestOnly() { in systemDetectsMemoryTagFaultsTestOnly() function
/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp24 if (!scudo::systemDetectsMemoryTagFaultsTestOnly()) in EnableMemoryTaggingIfSupported()
Dmemtag_test.cpp27 EXPECT_DEATH(systemDetectsMemoryTagFaultsTestOnly(), "not supported"); in TEST()
45 if (!archSupportsMemoryTagging() || !systemDetectsMemoryTagFaultsTestOnly()) in SetUp()
Dcombined_test.cpp76 !scudo::systemDetectsMemoryTagFaultsTestOnly()) in TestAllocator()