Lines Matching refs:uptr
52 uptr pointer_alignment() const { in pointer_alignment()
53 return use_unaligned ? 1 : sizeof(uptr); in pointer_alignment()
63 uptr hit_count;
64 uptr total_size;
72 uptr addr;
73 uptr size;
80 void AddLeakedChunk(uptr chunk, u32 stack_trace_id, uptr leaked_size,
82 void ReportTopLeaks(uptr max_leaks);
85 uptr UnsuppressedLeakCount();
89 void PrintReportForLeak(uptr index);
90 void PrintLeakedObjectsForLeak(uptr index);
97 typedef InternalMmapVector<uptr> Frontier;
106 void ScanRangeForPointers(uptr begin, uptr end,
124 inline bool IsSpecialCaseOfOperatorNew0(uptr chunk_beg, uptr chunk_size, in IsSpecialCaseOfOperatorNew0()
125 uptr addr) { in IsSpecialCaseOfOperatorNew0()
126 return chunk_size == sizeof(uptr) && chunk_beg + chunk_size == addr && in IsSpecialCaseOfOperatorNew0()
127 *reinterpret_cast<uptr *>(chunk_beg) == 0; in IsSpecialCaseOfOperatorNew0()
134 void GetAllocatorGlobalRange(uptr *begin, uptr *end);
139 bool WordIsPoisoned(uptr addr);
143 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
144 uptr *tls_begin, uptr *tls_end,
145 uptr *cache_begin, uptr *cache_end);
146 void ForEachExtraStackRange(uptr os_id, RangeIteratorCallback callback,
157 uptr PointsIntoChunk(void *p);
159 uptr GetUserBegin(uptr chunk);
166 explicit LsanMetadata(uptr chunk);
170 uptr requested_size() const;