Home | History | Annotate | Download | only in asan

Lines Matching full:stats

47   // Returns stats for GetCurrent(), or stats for
50 // Flushes all thread-local stats to accumulated stats, and makes
51 // a copy of accumulated stats.
52 void GetAccumulatedStats(AsanStats *stats);
63 // Adds values of all counters in "stats" to accumulated stats,
64 // and fills "stats" with zeroes.
65 void FlushToAccumulatedStatsUnlocked(AsanStats *stats);