Searched refs:MIN_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
205 static constexpr int MIN_PAGE_SIZE = 0x1000; // 4K. Safer than including sys/user.h. in check_not_on_stack() local206 static constexpr uintptr_t MIN_PAGE_MASK = ~static_cast<uintptr_t>(MIN_PAGE_SIZE - 1); in check_not_on_stack()