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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp85 static size_t addrToSlot(const AllocatorState *State, uintptr_t Ptr) { function in namespace:gwp_asan
98 return addrToSlot(this, Ptr);
101 return addrToSlot(this, Ptr - PageSize); // Round down.
102 return addrToSlot(this, Ptr + PageSize); // Round up.

Completed in 52 milliseconds