Home
last modified time | relevance | path

Searched refs:GetMetaData (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc128 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()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc126 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()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h407 void *GetMetaData(const void *p) { in GetMetaData() function
740 void *GetMetaData(const void *p) { in GetMetaData() function
1141 void *GetMetaData(const void *p) { in GetMetaData() function
1394 void *GetMetaData(const void *p) { in GetMetaData() function
1396 return primary_.GetMetaData(p); in GetMetaData()
1397 return secondary_.GetMetaData(p); in GetMetaData()
/external/u-boot/tools/patman/
Dpatman.py144 series = patchstream.GetMetaData(options.start, options.count)
Dpatman144 series = patchstream.GetMetaData(options.start, options.count)
Dpatchstream.py414 def GetMetaData(start, count): function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc115 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()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc68 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p)); in Metadata()