Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()