Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp148 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
H A Dsanitizer_fuchsia.cpp416 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile() function
H A Dsanitizer_win.cpp1134 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile() function
H A Dsanitizer_allocator_primary64.h331 GetMemoryProfile(FillMemoryProfile, rss_stats, kNumClasses); in PrintStats()
H A Dsanitizer_common.h200 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
H A Dsanitizer_mac.cpp1333 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 Dtsan_platform_linux.cpp132 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()