Searched refs:GetMetaData (Results 1 – 5 of 5) sorted by relevance
109 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in MsanAllocate()129 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); in MsanDeallocate()168 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); in MsanReallocate()199 Metadata *b = (Metadata *)allocator.GetMetaData(p); in AllocationSize()
114 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()122 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()172 meta[i] = a->GetMetaData(x); in SizeClassAllocatorMetadataStress()177 void *m = a->GetMetaData(allocated[idx]); in SizeClassAllocatorMetadataStress()361 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(x)); in TEST()375 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(p)); in TEST()443 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()453 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()
393 void *GetMetaData(const void *p) { in GetMetaData() function718 void *GetMetaData(const void *p) { in GetMetaData() function1112 void *GetMetaData(const void *p) { in GetMetaData() function1365 void *GetMetaData(const void *p) { in GetMetaData() function1367 return primary_.GetMetaData(p); in GetMetaData()1368 return secondary_.GetMetaData(p); in GetMetaData()
68 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()
115 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()417 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); in Allocate()585 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg)); in GetAsanChunk()