Lines Matching refs:AllocationMetadata
16 using AllocationMetadata = gwp_asan::AllocationMetadata; typedef
46 static const AllocationMetadata *
48 const AllocationMetadata *Metadata, uintptr_t Ptr) { in addrToMetadata()
55 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_diagnose_error()
73 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
89 const gwp_asan::AllocationMetadata *
91 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_get_metadata()
100 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); in __gwp_asan_get_metadata()
108 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address()
113 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size()
118 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id()
123 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_allocation_trace()
125 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_allocation_trace()
129 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_allocation_trace()
137 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated()
142 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_deallocation_thread_id()
147 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_deallocation_trace()
149 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_deallocation_trace()
153 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_deallocation_trace()