Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h44 u32 RingEnd = 0; variable
150 RingPos = RingEnd; in insert()
157 RingEnd = (RingPos + 1) & RingMask; in insert()