Lines Matching refs:Metadata
30 struct Metadata {
61 static const uptr kMetadataSize = sizeof(Metadata);
80 static const uptr kMetadataSize = sizeof(Metadata);
96 static const uptr kMetadataSize = sizeof(Metadata);
111 static const uptr kMetadataSize = sizeof(Metadata);
125 static const uptr kMetadataSize = sizeof(Metadata);
139 static const uptr kMetadataSize = sizeof(Metadata);
218 auto *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
243 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
269 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p));
308 auto *b = reinterpret_cast<Metadata *>(allocator.GetMetaData(beg));
318 return reinterpret_cast<Metadata *>(allocator.GetMetaData(p))->requested_size;