Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dmemtag.h103 inline void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
117 inline NORETURN void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
267 inline NORETURN void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp25 scudo::enableSystemMemoryTaggingTestOnly(); in EnableMemoryTaggingIfSupported()
Dmemtag_test.cpp28 EXPECT_DEATH(enableSystemMemoryTaggingTestOnly(), "not supported"); in TEST()