Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp675 void Fuzzer::TryDetectingAMemoryLeak(const uint8_t *Data, size_t Size, in TryDetectingAMemoryLeak() function in fuzzer::Fuzzer
762 TryDetectingAMemoryLeak(CurrentUnitData, Size, in MutateAndTestOne()
833 TryDetectingAMemoryLeak(U.data(), U.size(), in ReadAndExecuteSeedCorpora()
925 TryDetectingAMemoryLeak(CurrentUnitData, NewSize, in MinimizeCrashLoop()
H A DFuzzerInternal.h88 void TryDetectingAMemoryLeak(const uint8_t *Data, size_t Size,
H A DFuzzerDriver.cpp332 F->TryDetectingAMemoryLeak(U.data(), U.size(), true); in RunOneTest()