Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp84 static DWORD mem_select_lower_bound(off_t off) in mem_select_lower_bound() function
120 const auto max_size_low = mem_select_lower_bound(max_size); in mmap()
129 const auto file_off_low = mem_select_lower_bound(off); in mmap()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp86 static DWORD mem_select_lower_bound(off_t off) in mem_select_lower_bound() function
123 const auto maxSizeLow = mem_select_lower_bound(maxSize); in mmap()
132 const auto fileOffLow = mem_select_lower_bound(off); in mmap()

Completed in 2 milliseconds