Home
last modified time | relevance | path

Searched defs:PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dhash_test.cpp54 static constexpr size_t PAGE_SIZE = SIZE_1K * 4; member in panda::HashTest
/arkcompiler/runtime_core/runtime/mem/
Drunslots.h30 static constexpr size_t PAGE_SIZE = SIZE_1K * 4; variable
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp219 constexpr size_t PAGE_SIZE = 4096; in GetPageSize() local