Searched refs:storeRingBufferEntry (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1217 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()
|