LLVM  4.0.0
Functions | Variables
ThreadedLeakTest.cpp File Reference
#include <cstdint>
#include <cstddef>
#include <thread>
Include dependency graph for ThreadedLeakTest.cpp:

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)
 

Variables

static volatile int * Sink
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Definition at line 11 of file ThreadedLeakTest.cpp.

References Sink, and T.

Variable Documentation

volatile int* Sink
static

Definition at line 9 of file ThreadedLeakTest.cpp.

Referenced by LLVMFuzzerTestOneInput().