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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  124         return get_allocator().GetBlockBeginFastLocked(
  726         allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p));
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  242   uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p));