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

Declarations

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  175   size_t addrToSlot(uintptr_t Ptr) const;

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  221   uintptr_t SlotStart = slotToAddr(addrToSlot(UPtr));
  248   freeSlot(addrToSlot(UPtr));
  262   return &Metadata[addrToSlot(Ptr)];
  339     return addrToSlot(Ptr);
  342     return addrToSlot(Ptr - PageSize); // Round down.
  343   return addrToSlot(Ptr + PageSize);   // Round up.