Lines Matching refs:Metadata
29 struct Metadata { struct
60 static const uptr kMetadataSize = sizeof(Metadata);
79 static const uptr kMetadataSize = sizeof(Metadata);
95 static const uptr kMetadataSize = sizeof(Metadata);
110 static const uptr kMetadataSize = sizeof(Metadata);
124 static const uptr kMetadataSize = sizeof(Metadata);
138 static const uptr kMetadataSize = sizeof(Metadata);
217 Metadata *meta = in MsanAllocate()
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()