Searched refs:TryDetectingAMemoryLeak (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 673 void Fuzzer::TryDetectingAMemoryLeak(const uint8_t *Data, size_t Size, in TryDetectingAMemoryLeak() function in fuzzer::Fuzzer 760 TryDetectingAMemoryLeak(CurrentUnitData, Size, in MutateAndTestOne() 831 TryDetectingAMemoryLeak(U.data(), U.size(), in ReadAndExecuteSeedCorpora() 923 TryDetectingAMemoryLeak(CurrentUnitData, NewSize, in MinimizeCrashLoop()
|
| H A D | FuzzerInternal.h | 89 void TryDetectingAMemoryLeak(const uint8_t *Data, size_t Size,
|
| H A D | FuzzerDriver.cpp | 329 F->TryDetectingAMemoryLeak(U.data(), U.size(), true); in RunOneTest()
|