Home
last modified time | relevance | path

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

/freebsd/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()
123 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_allocation_trace() argument
127 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace()
128 AllocationMeta->AllocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_allocation_trace()
137 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated() argument
[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,