Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp26 std::string MemoryAndTags = in LLVMFuzzerTestOneInput() local
28 const char *Memory = MemoryAndTags.c_str(); in LLVMFuzzerTestOneInput()
30 size_t MemorySize = (MemoryAndTags.length() / 17) * 16; in LLVMFuzzerTestOneInput()