Searched refs:storeRingBufferEntry (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 1399 void storeRingBufferEntry(AllocationRingBuffer *RB, void *Ptr, in storeRingBufferEntry() function 1438 storeRingBufferEntry(RB, untagPointer(Ptr), Trace, Tid, Size, 0, 0); in storeSecondaryAllocationStackMaybe() 1455 storeRingBufferEntry(RB, addFixedTag(untagPointer(Ptr), PrevTag), in storeDeallocationStackMaybe()
|