Searched refs:OnMap (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator.h | 49 void OnMap(uptr p, uptr size) const { } in OnMap() function
|
| H A D | sanitizer_allocator_bytemap.h | 97 MapUnmapCallback().OnMap(reinterpret_cast<uptr>(res), kSize2); in GetOrCreate()
|
| H A D | sanitizer_allocator_primary32.h | 134 MapUnmapCallback().OnMap((uptr)res, size); in MapWithCallback() 292 MapUnmapCallback().OnMap(res, kRegionSize); in AllocateRegion()
|
| H A D | sanitizer_allocator_secondary.h | 103 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()
|
| H A D | sanitizer_allocator_primary64.h | 642 MapUnmapCallback().OnMap(beg, size); in MapWithCallback() 648 MapUnmapCallback().OnMap(beg, size); in MapWithCallbackOrDie()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.h | 44 void OnMap(uptr p, uptr size) const { UpdateMemoryUsage(); } in DECLARE_REAL() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_allocator.h | 118 void OnMap(uptr p, uptr size) const;
|
| H A D | asan_allocator.cc | 188 void AsanMapUnmapCallback::OnMap(uptr p, uptr size) const { in OnMap() function in __asan::AsanMapUnmapCallback
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 33 void OnMap(uptr p, uptr size) const {} in OnMap() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cc | 39 void OnMap(uptr p, uptr size) const { } in OnMap() function
|