Searched refs:NumAllocatedPointers (Results 1 – 2 of 2) sorted by relevance
9 int NumAllocatedPointers = 0; variable13 if (NumAllocatedPointers < kAllocatedPointersSize) in LLVMFuzzerTestOneInput()14 AllocatedPointers[NumAllocatedPointers++] = new int; in LLVMFuzzerTestOneInput()
10 int NumAllocatedPointers = 0; variable14 if (NumAllocatedPointers < kAllocatedPointersSize) in LLVMFuzzerTestOneInput()15 AllocatedPointers[NumAllocatedPointers++] = new int; in LLVMFuzzerTestOneInput()