Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DAccumulateAllocationsTest.cpp10 int NumAllocatedPointers = 0; variable
14 if (NumAllocatedPointers < kAllocatedPointersSize) in LLVMFuzzerTestOneInput()
15 AllocatedPointers[NumAllocatedPointers++] = new int; in LLVMFuzzerTestOneInput()