Lines Matching refs:Metadata
27 struct Metadata { struct
53 static const uptr kMetadataSize = sizeof(Metadata);
73 static const uptr kMetadataSize = sizeof(Metadata);
88 static const uptr kMetadataSize = sizeof(Metadata);
102 static const uptr kMetadataSize = sizeof(Metadata);
116 static const uptr kMetadataSize = sizeof(Metadata);
184 Metadata *meta = in MsanAllocate()
185 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()
207 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()
233 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()
269 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()