Searched refs:addrToSlot (Results 1 – 1 of 1) sorted by relevance
88 static size_t addrToSlot(const AllocatorState *State, uintptr_t Ptr) { in addrToSlot() function101 return addrToSlot(this, Ptr); in getNearestSlot()104 return addrToSlot(this, Ptr - PageSize); // Round down. in getNearestSlot()105 return addrToSlot(this, Ptr + PageSize); // Round up. in getNearestSlot()