Searched refs:ParseUnixMemoryProfile (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_procmaps_test.cpp | 93 TEST(MemoryMapping, ParseUnixMemoryProfile) { in TEST() argument 103 ParseUnixMemoryProfile( in TEST() 130 ParseUnixMemoryProfile([](uptr p, uptr rss, bool file, uptr *mem) {}, in TEST()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_common.cpp | 155 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len); in GetMemoryProfile() 159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile() function
|
H A D | sanitizer_common.h | 205 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps,
|