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

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  261 AllocationMetadata *GuardedPoolAllocator::addrToMetadata(uintptr_t Ptr) const {
  378 void printErrorType(Error E, uintptr_t AccessPtr, AllocationMetadata *Meta,
  444 void printAllocDeallocTraces(uintptr_t AccessPtr, AllocationMetadata *Meta,
  457     uintptr_t UncompressedTrace[AllocationMetadata::kMaxTraceLengthToCollect];
  461         AllocationMetadata::kMaxTraceLengthToCollect);
  472   uintptr_t UncompressedTrace[AllocationMetadata::kMaxTraceLengthToCollect];
  475       UncompressedTrace, AllocationMetadata::kMaxTraceLengthToCollect);