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

References

projects/compiler-rt/lib/msan/msan_allocator.cpp
  237   if (!p) return 0;
  238   const void *beg = allocator.GetBlockBegin(p);
  239   if (beg != p) return 0;
  240   Metadata *b = (Metadata *)allocator.GetMetaData(p);