LLVM  4.0.0
Functions | Variables
OneHugeAllocTest.cpp File Reference
#include <assert.h>
#include <cstdint>
#include <cstdlib>
#include <cstddef>
#include <cstring>
#include <iostream>
Include dependency graph for OneHugeAllocTest.cpp:

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)
 

Variables

static volatile char * SinkPtr
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Definition at line 14 of file OneHugeAllocTest.cpp.

References SinkPtr.

Variable Documentation

volatile char* SinkPtr
static

Definition at line 12 of file OneHugeAllocTest.cpp.

Referenced by LLVMFuzzerTestOneInput().