Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp100 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address() argument
101 return AllocationMeta->Addr; in __gwp_asan_get_allocation_address()
105 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size() argument
106 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()
110 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id() argument
111 return AllocationMeta->AllocationTrace.ThreadID; in __gwp_asan_get_allocation_thread_id()
119 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace()
129 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated() argument
130 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()
135 return AllocationMeta->DeallocationTrace.ThreadID; in __gwp_asan_get_deallocation_thread_id()
[all …]
H A Dcrash_handler.h76 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,