Searched refs:thread_stats (Results 1 – 2 of 2) sorted by relevance
37 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local38 thread_stats.mmaps++; in OnMap()39 thread_stats.mmaped += size; in OnMap()52 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local53 thread_stats.munmaps++; in OnUnmap()54 thread_stats.munmaped += size; in OnUnmap()290 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local291 thread_stats.real_frees++; in Recycle()292 thread_stats.really_freed += m->UsedSize(); in Recycle()412 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local[all …]
121 static struct rb_root thread_stats; variable128 node = thread_stats.rb_node; in thread_stat_find()144 struct rb_node **rb = &thread_stats.rb_node; in thread_stat_insert()161 rb_insert_color(&new->rb, &thread_stats); in thread_stat_insert()198 rb_link_node(&st->rb, NULL, &thread_stats.rb_node); in thread_stat_findnew_first()199 rb_insert_color(&st->rb, &thread_stats); in thread_stat_findnew_first()827 node = rb_first(&thread_stats); in dump_threads()