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

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp88 static size_t addrToSlot(const AllocatorState *State, uintptr_t Ptr) { function in namespace:gwp_asan
101 return addrToSlot(this, Ptr);
104 return addrToSlot(this, Ptr - PageSize); // Round down.
105 return addrToSlot(this, Ptr + PageSize); // Round up.

Completed in 94 milliseconds