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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  611     uptr p = reinterpret_cast<uptr>(ptr);
  620         !get_allocator().PointerIsMine(ptr)) {
  626     ASAN_FREE_HOOK(ptr);
  630     if (!AtomicallySetQuarantineFlagIfAllocated(m, ptr, stack)) return;
  634         ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
  647     QuarantineChunk(m, ptr, stack);