Lines Matching defs:Ptr

92       void *Ptr = Cache.allocate(QuarantineClassId);  in allocate()  local
288 ALWAYS_INLINE void *getHeaderTaggedPointer(void *Ptr) { in getHeaderTaggedPointer()
300 ALWAYS_INLINE uptr addHeaderTag(uptr Ptr) { in addHeaderTag()
306 ALWAYS_INLINE void *addHeaderTag(void *Ptr) { in addHeaderTag()
324 uptr computeOddEvenMaskForPointerMaybe(const Options &Options, uptr Ptr, in computeOddEvenMaskForPointerMaybe()
353 if (void *Ptr = GuardedAlloc.allocate(Size, Alignment)) { variable
752 uptr getUsableSize(const void *Ptr) { in getUsableSize()
759 uptr getAllocSize(const void *Ptr) { in getAllocSize()
786 bool isOwned(const void *Ptr) { in isOwned()
984 atomic_uptr Ptr; member
1052 static inline void *getBlockBegin(const void *Ptr, in getBlockBegin()
1060 inline uptr getSize(const void *Ptr, Chunk::UnpackedHeader *Header) { in getSize()
1124 void *Ptr = reinterpret_cast<void *>(UserPtr); in initChunkWithMemoryTagging() local
1246 void *Ptr = getHeaderTaggedPointer(TaggedPtr); in quarantineOrDeallocateChunk() local
1303 NOINLINE void *retagBlock(const Options &Options, void *TaggedPtr, void *&Ptr, in retagBlock()
1367 void *prepareTaggedChunk(void *Ptr, uptr Size, uptr ExcludeMask, in prepareTaggedChunk()
1400 void storePrimaryAllocationStackMaybe(const Options &Options, void *Ptr) { in storePrimaryAllocationStackMaybe()
1411 void storeRingBufferEntry(AllocationRingBuffer *RB, void *Ptr, in storeRingBufferEntry()
1436 void storeSecondaryAllocationStackMaybe(const Options &Options, void *Ptr, in storeSecondaryAllocationStackMaybe()
1453 void storeDeallocationStackMaybe(const Options &Options, void *Ptr, in storeDeallocationStackMaybe()