Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h103 inline void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
117 inline NORETURN void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
267 inline NORETURN void enableSystemMemoryTaggingTestOnly() { in enableSystemMemoryTaggingTestOnly() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp25 scudo::enableSystemMemoryTaggingTestOnly(); in EnableMemoryTaggingIfSupported()
H A Dmemtag_test.cpp27 EXPECT_DEATH(enableSystemMemoryTaggingTestOnly(), "not supported"); in TEST()