Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h43 u32 RingEnd = 0; variable
101 RingPos = RingEnd; in insert()
108 RingEnd = (RingPos + 1) & RingMask; in insert()