Searched refs:GetMetaData (Results 1 – 8 of 8) sorted by relevance
125 void *GetMetaData(const void *p) { in GetMetaData() function127 return primary_.GetMetaData(p); in GetMetaData()128 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
108 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in DFsanAllocate()121 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in dfsan_deallocate()138 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(old_p)); in DFsanReallocate()173 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()
150 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in HwasanAllocate()218 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in HwasanDeallocate()289 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old)); in HwasanReallocate()312 reinterpret_cast<Metadata*>(allocator.GetMetaData(block)); in FindHeapChunkByAddress()320 Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr); in AllocationSize()
180 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()199 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()225 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()261 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()
57 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()