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
  178   uintptr_t slotToAddr(size_t N) const;

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  204   uintptr_t Ptr = slotToAddr(Index);
  221   uintptr_t SlotStart = slotToAddr(addrToSlot(UPtr));
  351     AllocationMetadata *SlotMeta = addrToMetadata(slotToAddr(Slot));
  507     Meta = addrToMetadata(slotToAddr(Slot));