Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h206 static constexpr uintptr_t MIN_PAGE_MASK = ~static_cast<uintptr_t>(MIN_PAGE_SIZE - 1); in check_not_on_stack() local
209 if (((reinterpret_cast<uintptr_t>(ptr) ^ my_frame_address) & MIN_PAGE_MASK) == 0) { in check_not_on_stack()