|
LLVM
4.0.0
|
Public Member Functions | |
| void | Start (int TraceLevel) |
| bool | Stop () |
Public Attributes | |
| std::atomic< size_t > | Mallocs |
| std::atomic< size_t > | Frees |
| int | TraceLevel = 0 |
Definition at line 114 of file FuzzerLoop.cpp.
|
inline |
Definition at line 115 of file FuzzerLoop.cpp.
References Frees, Mallocs, fuzzer::Printf(), and TraceLevel.
Referenced by fuzzer::Fuzzer::ExecuteCallback().
|
inline |
Definition at line 123 of file FuzzerLoop.cpp.
References Frees, Mallocs, fuzzer::Printf(), and TraceLevel.
Referenced by fuzzer::Fuzzer::ExecuteCallback().
| std::atomic<size_t> fuzzer::MallocFreeTracer::Frees |
Definition at line 134 of file FuzzerLoop.cpp.
Referenced by fuzzer::FreeHook(), Start(), and Stop().
| std::atomic<size_t> fuzzer::MallocFreeTracer::Mallocs |
Definition at line 133 of file FuzzerLoop.cpp.
Referenced by fuzzer::MallocHook(), Start(), and Stop().
| int fuzzer::MallocFreeTracer::TraceLevel = 0 |
Definition at line 135 of file FuzzerLoop.cpp.
Referenced by fuzzer::FreeHook(), fuzzer::MallocHook(), Start(), and Stop().
1.8.6