reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  275   if (!untagged_ptr) return 0;
  276   const void *beg = allocator.GetBlockBegin(untagged_ptr);
  277   Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr);
  280                    reinterpret_cast<uptr>(untagged_ptr), kShadowAlignment)))
  283     if (beg != untagged_ptr) return 0;