Home
last modified time | relevance | path

Searched refs:thread_stats (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc162 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 …]
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-threadupdate.c163 struct thread_stats_d thread_stats; variable
608 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()
H A DChangeLog-200515669 (thread_stats): New local variable.
15671 (thread_through_all_blocks): Initialize thread_stats.
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc174 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local
182 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()