Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DOutOfProcessFuzzTarget.cpp46 static const size_t kCountersSize = 1 << 20; variable
49 "__libfuzzer_extra_counters"))) static uint8_t Counters[kCountersSize];
82 fread(Counters, 1, kCountersSize, f); in LLVMFuzzerTestOneInput()