Home
last modified time | relevance | path

Searched defs:pageSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/platform/unix/linux/
Dcpu.cpp29 auto pageSize = sysconf(_SC_PAGE_SIZE); in PhysicalSize() local
/arkcompiler/ets_runtime/common_components/platform/unix/tests/
Dmap_test.cpp30 size_t pageSize = getpagesize(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/common/
Dpage_pool.h71 size_t pageSize = RoundUp(bytes, COMMON_PAGE_SIZE); variable
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcopy_data_manager.h80 size_t pageSize = RoundUp(sz, COMMON_PAGE_SIZE); in Allocate() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_test.cpp127 size_t pageSize = ark::os::mem::GetPageSize(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp30 constexpr size_t pageSize = 4096; in SetPageProtect() local
/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp197 uint32_t pageSize = os::mem::GetPageSize(); in ExtractFile() local
240 uint32_t pageSize = os::mem::GetPageSize(); in ExtractPandaFile() local