Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h129 inline void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { in ReleaseMemoryPagesToOSAndZeroFill() function
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp431 ReleaseMemoryPagesToOSAndZeroFill(page_start, page_end); in TagMemoryAligned()