Lines Matching refs:Metadata
27 struct Metadata { struct
53 static const uptr kMetadataSize = sizeof(Metadata);
72 static const uptr kMetadataSize = sizeof(Metadata);
87 static const uptr kMetadataSize = sizeof(Metadata);
101 static const uptr kMetadataSize = sizeof(Metadata);
115 static const uptr kMetadataSize = sizeof(Metadata);
182 Metadata *meta = in MsanAllocate()
183 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()
205 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()
231 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()
267 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()