Home
last modified time | relevance | path

Searched refs:ParseUnixMemoryProfile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp93 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 Dsanitizer_procmaps_common.cpp155 ParseUnixMemoryProfile(cb, stats, smaps, smaps_len); in GetMemoryProfile()
159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile() function
H A Dsanitizer_common.h205 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps,