Searched refs:GetMemoryProfile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_common.cc | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
|
| H A D | sanitizer_fuchsia.cc | 394 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile() function
|
| H A D | sanitizer_common.h | 163 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
| H A D | sanitizer_win.cc | 1050 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
| H A D | sanitizer_allocator_primary64.h | 254 GetMemoryProfile(FillMemoryProfile, rss_stats, kNumClasses); in PrintStats()
|
| H A D | sanitizer_mac.cc | 1031 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cc | 121 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()
|