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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp932 SIZE_T rounded_length = RoundUpTo(length, GetPageSize()); local
933 void *end_addr = (char *)addr + (rounded_length - 1);
944 void *end_res = (char *)res + (rounded_length - 1);
946 __msan_unpoison(res, rounded_length);

Completed in 185 milliseconds