Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dhash_test.cpp53 #ifndef PAGE_SIZE
54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4; member in panda::HashTest
121 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()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp219 constexpr size_t PAGE_SIZE = 4096; in GetPageSize() local
220 return PAGE_SIZE; in GetPageSize()