Searched refs:fill_profile_f (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_common.cpp | 148 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() 158 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile()
|
H A D | sanitizer_common.h | 194 typedef void (*fill_profile_f)(uptr start, uptr rss, bool file, typedef 199 void GetMemoryProfile(fill_profile_f cb, uptr *stats); 200 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps,
|
H A D | sanitizer_fuchsia.cpp | 375 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile()
|
H A D | sanitizer_win.cpp | 1116 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile()
|
H A D | sanitizer_mac.cpp | 1325 void GetMemoryProfile(fill_profile_f cb, uptr *stats) {} in GetMemoryProfile()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_common.cc | 149 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile()
|
H A D | sanitizer_common.h | 147 typedef void (*fill_profile_f)(uptr start, uptr rss, bool file, typedef 153 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
H A D | sanitizer_fuchsia.cc | 394 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile()
|
H A D | sanitizer_win.cc | 1050 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile()
|
H A D | sanitizer_mac.cc | 1031 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_common.cc | 145 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile()
|
H A D | sanitizer_common.h | 145 typedef void (*fill_profile_f)(uptr start, uptr rss, bool file, typedef 151 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
H A D | sanitizer_fuchsia.cc | 393 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) {} in GetMemoryProfile()
|
H A D | sanitizer_win.cc | 1043 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile()
|
H A D | sanitizer_mac.cc | 994 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { } in GetMemoryProfile()
|