Home
last modified time | relevance | path

Searched refs:SYS_PAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dmem.cpp101 const auto SYS_PAGE_SIZE = static_cast<size_t>(sysconf(_SC_PAGESIZE)); in AlignDownToPageSize() local
102 addr &= ~(SYS_PAGE_SIZE - 1); in AlignDownToPageSize()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp278 const size_t SYS_PAGE_SIZE = sysInfo.dwPageSize; in AlignDownToPageSize() local
279 addr &= ~(SYS_PAGE_SIZE - 1); in AlignDownToPageSize()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp322 const size_t SYS_PAGE_SIZE = sysInfo.dwPageSize; in AlignDownToPageSize() local
323 addr &= ~(SYS_PAGE_SIZE - 1); in AlignDownToPageSize()

Completed in 3 milliseconds