Lines Matching refs:AllocationMeta
108 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
138 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()
142 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_deallocation_thread_id() argument
143 return AllocationMeta->DeallocationTrace.ThreadID; in __gwp_asan_get_deallocation_thread_id()
147 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_deallocation_trace() argument
151 AllocationMeta->DeallocationTrace.CompressedTrace, in __gwp_asan_get_deallocation_trace()
152 AllocationMeta->DeallocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_deallocation_trace()