Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1217 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() function
1253 storeRingBufferEntry(untagPointer(Ptr), Trace, Tid, Size, 0, 0); in storeSecondaryAllocationStackMaybe()
1268 storeRingBufferEntry(addFixedTag(untagPointer(Ptr), PrevTag), in storeDeallocationStackMaybe()