Searched refs:PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
53 #ifndef PAGE_SIZE54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4; member in panda::HashTest121 constexpr size_t ALLOC_SIZE = PAGE_SIZE * 2; in EndOfPageStringHashTest()124 …akeMemProtected(reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(mem) + PAGE_SIZE), PAGE_SIZE); in EndOfPageStringHashTest()126 …reinterpret_cast<char *>((reinterpret_cast<uintptr_t>(mem) + PAGE_SIZE) - sizeof(char) * string_si… in EndOfPageStringHashTest()
219 constexpr size_t PAGE_SIZE = 4096; in GetPageSize() local220 return PAGE_SIZE; in GetPageSize()