Lines Matching refs:AllocationMeta
100 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()
115 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_allocation_trace() argument
119 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace()
120 AllocationMeta->AllocationTrace.TraceSize, UncompressedBuffer, 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()
134 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_deallocation_thread_id() argument
135 return AllocationMeta->DeallocationTrace.ThreadID; in __gwp_asan_get_deallocation_thread_id()
139 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_deallocation_trace() argument
143 AllocationMeta->DeallocationTrace.CompressedTrace, in __gwp_asan_get_deallocation_trace()
144 AllocationMeta->DeallocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_deallocation_trace()