Home
last modified time | relevance | path

Searched refs:AllocationMeta (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp108 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address() argument
109 return AllocationMeta->Addr; in __gwp_asan_get_allocation_address()
113 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size() argument
114 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
118 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id() argument
119 return AllocationMeta->AllocationTrace.ThreadID; in __gwp_asan_get_allocation_thread_id()
127 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace()
137 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated() argument
138 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()
143 return AllocationMeta->DeallocationTrace.ThreadID; in __gwp_asan_get_deallocation_thread_id()
[all …]
H A Dcrash_handler.h82 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,