Home
last modified time | relevance | path

Searched refs:addrToSlot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp88 static size_t addrToSlot(const AllocatorState *State, uintptr_t Ptr) { in addrToSlot() function
101 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()