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

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)
 

Variables

const int kAllocatedPointersSize = 10000
 
int NumAllocatedPointers = 0
 
int * AllocatedPointers [kAllocatedPointersSize]
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Variable Documentation

int* AllocatedPointers[kAllocatedPointersSize]

Definition at line 10 of file AccumulateAllocationsTest.cpp.

Referenced by LLVMFuzzerTestOneInput().

const int kAllocatedPointersSize = 10000

Definition at line 8 of file AccumulateAllocationsTest.cpp.

Referenced by LLVMFuzzerTestOneInput().

int NumAllocatedPointers = 0

Definition at line 9 of file AccumulateAllocationsTest.cpp.

Referenced by LLVMFuzzerTestOneInput().