Home
last modified time | relevance | path

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

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