Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h307 NOINLINE u32 collectStackTrace(UNUSED StackDepot *Depot) { in collectStackTrace() function
1395 Ptr32[MemTagAllocationTraceIndex] = collectStackTrace(RB->Depot); in storePrimaryAllocationStackMaybe()
1431 u32 Trace = collectStackTrace(RB->Depot); in storeSecondaryAllocationStackMaybe()
1452 u32 DeallocationTrace = collectStackTrace(RB->Depot); in storeDeallocationStackMaybe()