Home
last modified time | relevance | path

Searched refs:GetMemoryProfile (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cc149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
H A Dsanitizer_fuchsia.cc394 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile() function
H A Dsanitizer_common.h163 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
H A Dsanitizer_win.cc1050 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
H A Dsanitizer_allocator_primary64.h254 GetMemoryProfile(FillMemoryProfile, rss_stats, kNumClasses); in PrintStats()
H A Dsanitizer_mac.cc1031 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 Dtsan_platform_linux.cc121 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()