Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h85 void ForceReleaseToOS() { in ForceReleaseToOS() function
86 primary_.ForceReleaseToOS(); in ForceReleaseToOS()
H A Dsanitizer_allocator_primary32.h136 void ForceReleaseToOS() { in ForceReleaseToOS() function
H A Dsanitizer_allocator_primary64.h161 void ForceReleaseToOS() { in ForceReleaseToOS() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp401 void __sanitizer_purge_allocator() { allocator.ForceReleaseToOS(); } in __sanitizer_purge_allocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp454 void __sanitizer_purge_allocator() { allocator.ForceReleaseToOS(); } in __sanitizer_purge_allocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp487 allocator()->ForceReleaseToOS(); in __sanitizer_purge_allocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp696 void __sanitizer_purge_allocator() { allocator.ForceReleaseToOS(); } in __sanitizer_purge_allocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp625 void Purge() { allocator.ForceReleaseToOS(); } in Purge()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp890 allocator.ForceReleaseToOS(); in Purge()