Searched refs:GetMetaData (Results 1 – 8 of 8) sorted by relevance
125 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in DFsanAllocate()138 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in dfsan_deallocate()155 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(old_p)); in DFsanReallocate()190 Metadata *b = (Metadata *)allocator.GetMetaData(beg); in AllocationBegin()204 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()209 return reinterpret_cast<Metadata *>(allocator.GetMetaData(p))->requested_size; in AllocationSizeFast()
257 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in HwasanAllocate()302 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in HwasanDeallocate()386 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old)); in HwasanReallocate()411 reinterpret_cast<Metadata*>(allocator.GetMetaData(block)); in FindHeapChunkByAddress()424 Metadata *b = (Metadata *)allocator.GetMetaData(beg); in AllocationBegin()438 Metadata *b = (Metadata *)allocator.GetMetaData(beg); in AllocationSize()447 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in AllocationSizeFast()563 __hwasan::allocator.GetMetaData(reinterpret_cast<void *>(chunk))); in PointsIntoChunk()580 __hwasan::allocator.GetMetaData(block)); in GetUserBegin()597 chunk ? __hwasan::allocator.GetMetaData(reinterpret_cast<void *>(chunk)) in LsanMetadata()[all …]
218 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()243 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()270 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()309 Metadata *b = (Metadata *)allocator.GetMetaData(beg); in AllocationBegin()322 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()327 return reinterpret_cast<Metadata *>(allocator.GetMetaData(p))->requested_size; in AllocationSizeFast()
123 void *GetMetaData(const void *p) { in GetMetaData() function125 return primary_.GetMetaData(p); in GetMetaData()126 return secondary_.GetMetaData(p); in GetMetaData()
173 void *GetMetaData(const void *p) { in GetMetaData() function
156 void *GetMetaData(const void *p) { in GetMetaData() function
281 void *GetMetaData(const void *p) { in GetMetaData() function
60 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()