Lines Matching defs:Metadata
27 struct Metadata {
53 static const uptr kMetadataSize = sizeof(Metadata);
124 Metadata *meta =
125 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
138 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
155 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(old_p));
190 Metadata *b = (Metadata *)allocator.GetMetaData(beg);
204 Metadata *b = (Metadata *)allocator.GetMetaData(p);
209 return reinterpret_cast<Metadata *>(allocator.GetMetaData(p))->requested_size;