Lines Matching refs:AllocationMetadata

16 using AllocationMetadata = gwp_asan::AllocationMetadata;  typedef
38 static const AllocationMetadata *
40 const AllocationMetadata *Metadata, uintptr_t Ptr) { in addrToMetadata()
47 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_diagnose_error()
58 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
71 const AllocationMetadata *SlotMeta = in __gwp_asan_diagnose_error()
81 const gwp_asan::AllocationMetadata *
83 const gwp_asan::AllocationMetadata *Metadata, in __gwp_asan_get_metadata()
92 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); in __gwp_asan_get_metadata()
100 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_address()
105 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_size()
110 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_allocation_thread_id()
115 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_allocation_trace()
117 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_allocation_trace()
121 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_allocation_trace()
129 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_is_deallocated()
134 const gwp_asan::AllocationMetadata *AllocationMeta) { in __gwp_asan_get_deallocation_thread_id()
139 const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, in __gwp_asan_get_deallocation_trace()
141 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_deallocation_trace()
145 AllocationMetadata::kMaxTraceLengthToCollect); in __gwp_asan_get_deallocation_trace()