Searched refs:GetMemoryProfile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_common.cpp | 148 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
|
| H A D | sanitizer_fuchsia.cpp | 416 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile() function
|
| H A D | sanitizer_win.cpp | 1134 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
| H A D | sanitizer_allocator_primary64.h | 331 GetMemoryProfile(FillMemoryProfile, rss_stats, kNumClasses); in PrintStats()
|
| H A D | sanitizer_common.h | 200 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
| H A D | sanitizer_mac.cpp | 1333 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 132 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()
|