|
LLVM
4.0.0
|
#include <assert.h>#include <cstdint>#include <cstdlib>#include <cstddef>#include <cstring>#include <iostream>#include <thread>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile char * | SinkPtr |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 15 of file OutOfMemoryTest.cpp.
References SinkPtr.
|
static |
Definition at line 13 of file OutOfMemoryTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
1.8.6