Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp950 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); in mmap_interceptor() local
951 void *end_addr = (char *)addr + (rounded_length - 1); in mmap_interceptor()
962 void *end_res = (char *)res + (rounded_length - 1); in mmap_interceptor()
964 __msan_unpoison(res, rounded_length); in mmap_interceptor()