Home
last modified time | relevance | path

Searched refs:NumAllocatedPointers (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Fuzzer/test/
DAccumulateAllocationsTest.cpp9 int NumAllocatedPointers = 0; variable
13 if (NumAllocatedPointers < kAllocatedPointersSize) in LLVMFuzzerTestOneInput()
14 AllocatedPointers[NumAllocatedPointers++] = new int; in LLVMFuzzerTestOneInput()
/external/llvm-project/compiler-rt/test/fuzzer/
DAccumulateAllocationsTest.cpp10 int NumAllocatedPointers = 0; variable
14 if (NumAllocatedPointers < kAllocatedPointersSize) in LLVMFuzzerTestOneInput()
15 AllocatedPointers[NumAllocatedPointers++] = new int; in LLVMFuzzerTestOneInput()