reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 get_allocator().GetMetaData(AllocBeg(locked_version))); 503 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); 708 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg));projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
131 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); 193 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); 247 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old)); 269 reinterpret_cast<Metadata*>(allocator.GetMetaData(block)); 277 Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr);projects/compiler-rt/lib/lsan/lsan_allocator.cpp
50 return reinterpret_cast<ChunkMetadata *>(allocator.GetMetaData(p));
projects/compiler-rt/lib/msan/msan_allocator.cpp159 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); 178 Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p)); 204 Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p)); 240 Metadata *b = (Metadata *)allocator.GetMetaData(p);