Searched refs:AllocationMetadata (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.cpp | 16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef 46 static const AllocationMetadata * 48 const AllocationMetadata *Metadata, uintptr_t Ptr) { in addrToMetadata() 55 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_diagnose_error() 73 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error() 89 const gwp_asan::AllocationMetadata * 91 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_get_metadata() 100 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); in __gwp_asan_get_metadata() 108 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address() 113 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size() [all …]
|
H A D | crash_handler.h | 46 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 D | common.h | 61 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 D | common.cpp | 14 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 D | guarded_pool_allocator.cpp | 18 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef 94 Metadata = reinterpret_cast<AllocationMetadata *>( in init() 137 const AllocationMetadata &Meta = Metadata[i]; in iterate() 242 AllocationMetadata *Meta = addrToMetadata(SlotStart); in allocate() 333 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate() 402 AllocationMetadata *Metadata = addrToMetadata(ErrorUptr); in postCrashReportRecoverableOnly() 435 AllocationMetadata *Meta = addrToMetadata(reinterpret_cast<uintptr_t>(Ptr)); in getSize() 440 AllocationMetadata *GuardedPoolAllocator::addrToMetadata(uintptr_t Ptr) const { in addrToMetadata()
|
H A D | guarded_pool_allocator.h | 117 const AllocationMetadata *getMetadataRegion() const { return Metadata; } 186 AllocationMetadata *addrToMetadata(uintptr_t Ptr) const; 219 AllocationMetadata *Metadata = nullptr;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 26 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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 234 const gwp_asan::AllocationMetadata *getGwpAsanAllocationMetadata() { in getGwpAsanAllocationMetadata()
|