Searched refs:GetMemoryProfile (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_bsd.cpp | 32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function 46 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {
|
| H A D | sanitizer_procmaps_haiku.cpp | 90 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
|
| H A D | sanitizer_procmaps_common.cpp | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() function
|
| H A D | sanitizer_fuchsia.cpp | 453 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
|
| H A D | sanitizer_common.h | 204 void GetMemoryProfile(fill_profile_f cb, uptr *stats);
|
| H A D | sanitizer_allocator_primary64.h | 333 GetMemoryProfile(FillMemoryProfile, rss_stats); in PrintStats()
|
| H A D | sanitizer_win.cpp | 1225 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
|
| H A D | sanitizer_mac.cpp | 1296 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 122 GetMemoryProfile(FillProfileCallback, mem); in WriteMemoryProfile()
|