Home
last modified time | relevance | path

Searched refs:GetMetaData (Results 1 – 6 of 6) 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.cc116 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()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h393 void *GetMetaData(const void *p) { in GetMetaData() function
719 void *GetMetaData(const void *p) { in GetMetaData() function
1117 void *GetMetaData(const void *p) { in GetMetaData() function
1370 void *GetMetaData(const void *p) { in GetMetaData() function
1372 return primary_.GetMetaData(p); in GetMetaData()
1373 return secondary_.GetMetaData(p); in GetMetaData()
/external/opencv3/modules/videoio/src/
Dcap_openni.cpp208 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()
/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()
584 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()