Home
last modified time | relevance | path

Searched refs:mem_select_upper_bound (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp91 static DWORD mem_select_upper_bound(off_t off) in mem_select_upper_bound() function
121 const auto max_size_high = mem_select_upper_bound(max_size); in mmap()
130 const auto file_off_high = mem_select_upper_bound(off); in mmap()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp93 static DWORD mem_select_upper_bound(off_t off) in mem_select_upper_bound() function
124 const auto maxSizeHigh = mem_select_upper_bound(maxSize); in mmap()
133 const auto fileOffHigh = mem_select_upper_bound(off); in mmap()

Completed in 3 milliseconds