Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h164 bool find(u32 Hash, uptr *RingPosPtr, uptr *SizePtr) const { in find() argument
179 *RingPosPtr = (RingPos + 1) & RingMask; in find()