Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp121 const auto max_size_high = mem_select_upper_bound(max_size); in mmap() local
122 HANDLE fm = CreateFileMapping(h, nullptr, prot_page, max_size_high, max_size_low, nullptr); in mmap()