reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
175 size_t addrToSlot(uintptr_t Ptr) const;
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.