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
   26 using AllocationMetadata = gwp_asan::GuardedPoolAllocator::AllocationMetadata;
  206   AllocationMetadata *Meta = addrToMetadata(Ptr);
  222   AllocationMetadata *Meta = addrToMetadata(UPtr);
  254   AllocationMetadata *Meta = addrToMetadata(reinterpret_cast<uintptr_t>(Ptr));
  347                                                  AllocationMetadata **Meta) {
  351     AllocationMetadata *SlotMeta = addrToMetadata(slotToAddr(Slot));
  364   AllocationMetadata *SlotMeta = addrToMetadata(AccessPtr);
  501   AllocationMetadata *Meta = nullptr;
projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  182   AllocationMetadata *addrToMetadata(uintptr_t Ptr) const;
  209   Error diagnoseUnknownError(uintptr_t AccessPtr, AllocationMetadata **Meta);
  230   AllocationMetadata *Metadata = nullptr;