/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 49 void OnUnmap(uptr p, uptr size) const { } in OnUnmap() function
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_allocator.h | 46 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 31 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cpp | 39 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_allocator.cpp | 33 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 183 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 252 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_allocator.cpp | 154 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_allocator.cpp | 253 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 292 void OnUnmap(uptr p, uptr size) const { } in OnUnmap() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 429 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function
|