Searched refs:thread_stats (Results 1 – 1 of 1) sorted by relevance
155 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local156 thread_stats.real_frees++; in Recycle()157 thread_stats.really_freed += m->UsedSize(); in Recycle()179 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local180 thread_stats.mmaps++; in OnMap()181 thread_stats.mmaped += size; in OnMap()189 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local190 thread_stats.munmaps++; in OnUnmap()191 thread_stats.munmaped += size; in OnUnmap()436 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local[all …]