Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dmmap_fixed_test.cpp37 size_t page_size = panda::os::mem::GetPageSize(); in TEST_F() local
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp203 uint32_t page_size = os::mem::GetPageSize(); in UnzipFileCheckTxt() local
318 uint32_t page_size = os::mem::GetPageSize(); in UnzipFileCheckPandaFile() local
435 uint32_t page_size = os::mem::GetPageSize(); in UnzipFileCheckInDirectory() local
/arkcompiler/runtime_core/runtime/
Dthread.cpp262 constexpr size_t page_size = 4_KB; in LoadStackPages() local