/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_allocator.cc | 40 ReleaseMemoryPagesToOS(shadow_p, shadow_p + size); in OnUnmap() 43 ReleaseMemoryPagesToOS(origin_p, origin_p + size); in OnUnmap()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_thread_list.h | 114 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_); in DontNeedThread()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_rtems.cc | 231 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_posix_libcdep.cc | 60 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_fuchsia.cc | 375 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_rtems.cc | 236 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_posix_libcdep.cc | 58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_fuchsia.cc | 374 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_common.h | 118 void ReleaseMemoryPagesToOS(uptr beg, uptr end);
|
H A D | sanitizer_win.cc | 317 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_rtems.cc | 236 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_posix_libcdep.cc | 58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() function
|
H A D | sanitizer_fuchsia.cc | 374 void ReleaseMemoryPagesToOS(uptr beg, uptr end) {} in ReleaseMemoryPagesToOS() function
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_linux.cc | 135 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
|
H A D | tsan_mman.cc | 59 ReleaseMemoryPagesToOS(p_meta, p_meta + size / kMetaRatio); in OnUnmap()
|
H A D | tsan_rtl_thread.cc | 70 ReleaseMemoryPagesToOS(trace_p, trace_p + TraceSize() * sizeof(Event)); in OnReset()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_linux.cc | 137 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
|
H A D | tsan_mman.cc | 61 ReleaseMemoryPagesToOS(p_meta, p_meta + size / kMetaRatio); in OnUnmap()
|
H A D | tsan_rtl_thread.cc | 72 ReleaseMemoryPagesToOS(trace_p, trace_p + TraceSize() * sizeof(Event)); in OnReset()
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_linux.cc | 135 ReleaseMemoryPagesToOS(ShadowBeg(), ShadowEnd()); in FlushShadowMemoryCallback()
|
H A D | tsan_mman.cc | 59 ReleaseMemoryPagesToOS(p_meta, p_meta + size / kMetaRatio); in OnUnmap()
|
H A D | tsan_rtl_thread.cc | 70 ReleaseMemoryPagesToOS(trace_p, trace_p + TraceSize() * sizeof(Event)); in OnReset()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_poisoning.cc | 67 ReleaseMemoryPagesToOS(MemToShadow(p), MemToShadow(p + size)); in FlushUnneededASanShadowMemory()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_poisoning.cc | 69 ReleaseMemoryPagesToOS(MemToShadow(p), MemToShadow(p + size)); in FlushUnneededASanShadowMemory()
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_poisoning.cc | 67 ReleaseMemoryPagesToOS(MemToShadow(p), MemToShadow(p + size)); in FlushUnneededASanShadowMemory()
|