Searched refs:thread_stats (Results 1 – 4 of 4) sorted by relevance
162 thread_stats.real_frees++; in Recycle()192 thread_stats.mmaps++; in OnMap()193 thread_stats.mmaped += size; in OnMap()202 thread_stats.munmaps++; in OnUnmap()203 thread_stats.munmaped += size; in OnUnmap()525 thread_stats.mallocs++; in Allocate()526 thread_stats.malloced += size; in Allocate()529 thread_stats.malloc_large++; in Allocate()593 thread_stats.frees++; in QuarantineChunk()658 thread_stats.reallocs++; in Reallocate()[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()
15669 (thread_stats): New local variable.15671 (thread_through_all_blocks): Initialize thread_stats.
174 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local182 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()183 thread_stats.total_stack_size, in HwasanFormatMemoryUsage()184 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(), in HwasanFormatMemoryUsage()