Searched refs:GetMetaData (Results 1 – 5 of 5) sorted by relevance
128 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()147 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()185 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()216 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()
126 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()134 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()184 meta[i] = a->GetMetaData(x); in SizeClassAllocatorMetadataStress()189 void *m = a->GetMetaData(allocated[idx]); in SizeClassAllocatorMetadataStress()372 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(x)); in TEST()386 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(p)); in TEST()453 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()463 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()
407 void *GetMetaData(const void *p) { in GetMetaData() function740 void *GetMetaData(const void *p) { in GetMetaData() function1141 void *GetMetaData(const void *p) { in GetMetaData() function1394 void *GetMetaData(const void *p) { in GetMetaData() function1396 return primary_.GetMetaData(p); in GetMetaData()1397 return secondary_.GetMetaData(p); in GetMetaData()
115 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()417 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); in Allocate()594 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg)); in GetAsanChunk()
68 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()