Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/fuzzer/
DCustomAllocator.cpp40 static bool CalledOnce = false; in calloc() local
41 if (!CalledOnce) { in calloc()
43 CalledOnce = true; in calloc()