|
LLVM
4.0.0
|
#include <cstdint>#include <cstddef>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] |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 12 of file AccumulateAllocationsTest.cpp.
References AllocatedPointers, kAllocatedPointersSize, and NumAllocatedPointers.
| 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().
1.8.6