Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
38 static const AllocationMetadata *
58 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
71 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
81 const gwp_asan::AllocationMetadata *
100 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address()
105 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size()
110 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id()
121 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_allocation_trace()
129 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated()
[all …]
H A Dcrash_handler.h46 const gwp_asan::AllocationMetadata *Metadata,
61 const gwp_asan::AllocationMetadata *
63 const gwp_asan::AllocationMetadata *Metadata,
76 const gwp_asan::AllocationMetadata *AllocationMeta);
80 const gwp_asan::AllocationMetadata *AllocationMeta);
86 const gwp_asan::AllocationMetadata *AllocationMeta);
95 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer,
102 const gwp_asan::AllocationMetadata *AllocationMeta);
108 const gwp_asan::AllocationMetadata *AllocationMeta);
118 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer,
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.cpp17 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
77 Metadata = reinterpret_cast<AllocationMetadata *>( in init()
120 const AllocationMetadata &Meta = Metadata[i]; in iterate()
224 AllocationMetadata *Meta = addrToMetadata(SlotStart); in allocate()
277 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate()
317 AllocationMetadata *Meta = addrToMetadata(reinterpret_cast<uintptr_t>(Ptr)); in getSize()
322 AllocationMetadata *GuardedPoolAllocator::addrToMetadata(uintptr_t Ptr) const { in addrToMetadata()
H A Dguarded_pool_allocator.h113 const AllocationMetadata *getMetadataRegion() const { return Metadata; } in getMetadataRegion()
176 AllocationMetadata *addrToMetadata(uintptr_t Ptr) const;
209 AllocationMetadata *Metadata = nullptr;
H A Dcommon.h40 struct AllocationMetadata { struct
/freebsd-13.1/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()
89 const gwp_asan::AllocationMetadata *Metadata, in dumpReport()
115 const gwp_asan::AllocationMetadata *AllocMeta = in dumpReport()