Searched refs:stats_size (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h79 /*out*/uptr *stats, uptr stats_size);
83 // |stats_size| elements.
84 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
H A Dsanitizer_procmaps_linux.cc279 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { argument
295 cb(start, rss, file, stats, stats_size);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc80 uptr *mem, uptr stats_size) {
79 FillProfileCallback(uptr start, uptr rss, bool file, uptr *mem, uptr stats_size) argument

Completed in 478 milliseconds