MCPcopy Create free account
hub / github.com/HexHive/NASS / Start

Method Start

fuzz/libfuzzer/FuzzerLoop.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52// than frees (using the sanitizer malloc hooks) and only then try to call lsan.
53struct MallocFreeTracer {
54 void Start(int TraceLevel) {
55 this->TraceLevel = TraceLevel;
56 if (TraceLevel)
57 Printf("MallocFreeTracer: START\n");
58 Mallocs = 0;
59 Frees = 0;
60 }
61 // Returns true if there were more mallocs than frees.
62 bool Stop() {
63 if (TraceLevel)

Callers 1

ExecuteCallbackMethod · 0.45

Calls 1

PrintfFunction · 0.70

Tested by

no test coverage detected