Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp187 assert(ReclaimCounter > 0); in reclaimRecentlyAllocatedNodes()
188 if (--ReclaimCounter != 0) in reclaimRecentlyAllocatedNodes()
190 ReclaimCounter = ReclaimNodeInterval; in reclaimRecentlyAllocatedNodes()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h286 unsigned ReclaimCounter; variable
391 ReclaimCounter = ReclaimNodeInterval = Interval; in enableNodeReclamation()