Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
46 static const AllocationMetadata *
73 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
89 const gwp_asan::AllocationMetadata *
108 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address()
113 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size()
118 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id()
129 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_allocation_trace()
137 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated()
142 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_deallocation_thread_id()
[all …]
H A Dcrash_handler.h46 const gwp_asan::AllocationMetadata *Metadata,
67 const gwp_asan::AllocationMetadata *
69 const gwp_asan::AllocationMetadata *Metadata,
82 const gwp_asan::AllocationMetadata *AllocationMeta);
86 const gwp_asan::AllocationMetadata *AllocationMeta);
92 const gwp_asan::AllocationMetadata *AllocationMeta);
101 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer,
108 const gwp_asan::AllocationMetadata *AllocationMeta);
114 const gwp_asan::AllocationMetadata *AllocationMeta);
124 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer,
H A Dcommon.h61 struct AllocationMetadata { struct
173 static_assert(sizeof(AllocationMetadata) == 568, "");
174 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 560, "");
178 static_assert(sizeof(AllocationMetadata) == 568, "");
179 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 560, "");
183 static_assert(sizeof(AllocationMetadata) == 548, "");
184 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 544, "");
188 static_assert(sizeof(AllocationMetadata) == 560, "");
189 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 552, "");
H A Dcommon.cpp14 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
37 constexpr size_t AllocationMetadata::kStackFrameStorageBytes;
38 constexpr size_t AllocationMetadata::kMaxTraceLengthToCollect;
40 void AllocationMetadata::RecordAllocation(uintptr_t AllocAddr, in RecordAllocation()
51 void AllocationMetadata::RecordDeallocation() { in RecordDeallocation()
56 void AllocationMetadata::CallSiteInfo::RecordBacktrace( in RecordBacktrace()
72 AllocationMetadata::kStackFrameStorageBytes); in RecordBacktrace()
H A Dguarded_pool_allocator.cpp18 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
92 Metadata = reinterpret_cast<AllocationMetadata *>( in init()
135 const AllocationMetadata &Meta = Metadata[i]; in iterate()
239 AllocationMetadata *Meta = addrToMetadata(SlotStart); in allocate()
330 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate()
399 AllocationMetadata *Metadata = addrToMetadata(ErrorUptr); in postCrashReportRecoverableOnly()
432 AllocationMetadata *Meta = addrToMetadata(reinterpret_cast<uintptr_t>(Ptr)); in getSize()
437 AllocationMetadata *GuardedPoolAllocator::addrToMetadata(uintptr_t Ptr) const { in addrToMetadata()
H A Dguarded_pool_allocator.h117 const AllocationMetadata *getMetadataRegion() const { return Metadata; } in getMetadataRegion()
186 AllocationMetadata *addrToMetadata(uintptr_t Ptr) const;
219 AllocationMetadata *Metadata = nullptr;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp26 using gwp_asan::AllocationMetadata;
43 const gwp_asan::AllocationMetadata *Metadata, in printHeader()
109 const gwp_asan::AllocationMetadata *Metadata, in dumpReport()
123 const gwp_asan::AllocationMetadata *AllocMeta = in dumpReport()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h212 const gwp_asan::AllocationMetadata *getGwpAsanAllocationMetadata() { in getGwpAsanAllocationMetadata()