Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp159 CurrentUnitSize = 0; in Fuzzer()
182 size_t UnitSize = CurrentUnitSize; in DumpCurrentUnit()
564 return CurrentUnitSize; in GetCurrentUnitInFuzzingThead()
604 CurrentUnitSize = Size; in ExecuteCallback()
620 CurrentUnitSize = 0; in ExecuteCallback()
708 CurrentUnitSize = Size; in TryDetectingAMemoryLeak()
H A DFuzzerInternal.h114 std::atomic<size_t> CurrentUnitSize; variable