Home
last modified time | relevance | path

Searched refs:GetMemoryProfile (Results 1 – 8 of 8) 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_common.cpp149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
H A Dsanitizer_fuchsia.cpp449 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
H A Dsanitizer_win.cpp1161 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.h332 GetMemoryProfile(FillMemoryProfile, rss_stats); in PrintStats()
H A Dsanitizer_mac.cpp1297 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()