Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h205 static constexpr int MIN_PAGE_SIZE = 0x1000; // 4K. Safer than including sys/user.h. in check_not_on_stack() local
206 static constexpr uintptr_t MIN_PAGE_MASK = ~static_cast<uintptr_t>(MIN_PAGE_SIZE - 1); in check_not_on_stack()