Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
46 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {
H A Dsanitizer_procmaps_haiku.cpp90 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_procmaps_common.cpp149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
H A Dsanitizer_fuchsia.cpp453 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_common.h204 void GetMemoryProfile(fill_profile_f cb, uptr *stats);
H A Dsanitizer_allocator_primary64.h333 GetMemoryProfile(FillMemoryProfile, rss_stats); in PrintStats()
H A Dsanitizer_win.cpp1225 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_mac.cpp1296 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp122 GetMemoryProfile(FillProfileCallback, mem); in WriteMemoryProfile()