Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp43 static const char ScudoError[] = "Scudo ERROR: "; in dieWithMessage() local
44 static constexpr uptr PrefixSize = sizeof(ScudoError) - 1; in dieWithMessage()
49 internal_memcpy(Message, ScudoError, PrefixSize); in dieWithMessage()