Searched refs:AllocationMeta (Results 1 – 2 of 2) sorted by relevance
108 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address() argument109 return AllocationMeta->Addr; in __gwp_asan_get_allocation_address()113 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size() argument114 return AllocationMeta->RequestedSize; in __gwp_asan_get_allocation_size()118 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id() argument119 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() argument138 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()143 return AllocationMeta->DeallocationTrace.ThreadID; in __gwp_asan_get_deallocation_thread_id()[all …]
82 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,