Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1253 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() function
1289 storeRingBufferEntry(untagPointer(Ptr), Trace, Tid, Size, 0, 0); in storeSecondaryAllocationStackMaybe()
1304 storeRingBufferEntry(addFixedTag(untagPointer(Ptr), PrevTag), in storeDeallocationStackMaybe()