Searched refs:thread_stats (Results 1 – 4 of 4) sorted by relevance
188 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnMap() local189 thread_stats.mmaps++; in OnMap()190 thread_stats.mmaped += size; in OnMap()197 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local198 thread_stats.munmaps++; in OnUnmap()199 thread_stats.munmaped += size; in OnUnmap()416 MemprofStats &thread_stats = GetCurrentThreadStats(); in Allocate() local417 thread_stats.mallocs++; in Allocate()418 thread_stats.malloced += size; in Allocate()419 thread_stats.malloced_overhead += needed_size - size; in Allocate()[all …]
217 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local218 thread_stats.real_frees++; in Recycle()219 thread_stats.really_freed += m->UsedSize(); in Recycle()247 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local248 thread_stats.mmaps++; in OnMap()249 thread_stats.mmaped += size; in OnMap()257 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local258 thread_stats.munmaps++; in OnUnmap()259 thread_stats.munmaped += size; in OnUnmap()576 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local[all …]
163 struct thread_stats_d thread_stats; variable608 thread_stats.num_threaded_edges++; in redirect_edges()874 memset (&thread_stats, 0, sizeof (thread_stats)); in thread_through_all_blocks()888 thread_stats.num_threaded_edges); in thread_through_all_blocks()
165 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local173 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()174 thread_stats.total_stack_size, in HwasanFormatMemoryUsage()175 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(), in HwasanFormatMemoryUsage()