Searched refs:GetMetaData (Results 1 – 6 of 6) 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()
116 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()124 uptr *metadata = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestSizeClassAllocator()174 meta[i] = a->GetMetaData(x); in SizeClassAllocatorMetadataStress()179 void *m = a->GetMetaData(allocated[idx]); in SizeClassAllocatorMetadataStress()363 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(x)); in TEST()377 uptr *meta = reinterpret_cast<uptr*>(a.GetMetaData(p)); in TEST()445 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()455 uptr *meta = reinterpret_cast<uptr*>(a->GetMetaData(x)); in TestCombinedAllocator()
393 void *GetMetaData(const void *p) { in GetMetaData() function719 void *GetMetaData(const void *p) { in GetMetaData() function1117 void *GetMetaData(const void *p) { in GetMetaData() function1370 void *GetMetaData(const void *p) { in GetMetaData() function1372 return primary_.GetMetaData(p); in GetMetaData()1373 return secondary_.GetMetaData(p); in GetMetaData()
208 approxSyncGrabber.depthGenerator.GetMetaData(depth); in spin()209 approxSyncGrabber.imageGenerator.GetMetaData(image); in spin()1133 depthGenerator.GetMetaData( depthMetaData ); in grabFrame()1135 imageGenerator.GetMetaData( imageMetaData ); in grabFrame()
115 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()417 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); in Allocate()584 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg)); in GetAsanChunk()
68 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()