Searched refs:thread_stats (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp160 AsanStats &thread_stats = GetCurrentThreadStats(); local
161 thread_stats.real_frees++;
162 thread_stats.really_freed += m->UsedSize();
190 AsanStats &thread_stats = GetCurrentThreadStats(); local
191 thread_stats.mmaps++;
192 thread_stats.mmaped += size;
200 AsanStats &thread_stats = GetCurrentThreadStats(); local
201 thread_stats.munmaps++;
202 thread_stats.munmaped += size;
540 AsanStats &thread_stats local
608 AsanStats &thread_stats = GetCurrentThreadStats(); local
673 AsanStats &thread_stats = GetCurrentThreadStats(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp143 auto thread_stats = thread_list.GetThreadStats(); local
151 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
152 thread_stats.total_stack_size,
153 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),

Completed in 105 milliseconds