Home
last modified time | relevance | path

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

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