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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp247 AsanStats &thread_stats = GetCurrentThreadStats(); local
248 thread_stats.real_frees++;
249 thread_stats.really_freed += m->UsedSize();
285 AsanStats &thread_stats = GetCurrentThreadStats(); local
286 thread_stats.mmaps++;
287 thread_stats.mmaped += size;
300 AsanStats &thread_stats = GetCurrentThreadStats(); local
301 thread_stats.mmaps++;
302 thread_stats.mmaped += size;
311 AsanStats &thread_stats local
634 AsanStats &thread_stats = GetCurrentThreadStats(); local
741 AsanStats &thread_stats = GetCurrentThreadStats(); local
754 AsanStats &thread_stats = GetCurrentThreadStats(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp189 MemprofStats &thread_stats = GetCurrentThreadStats(); local
190 thread_stats.mmaps++;
191 thread_stats.mmaped += size;
199 MemprofStats &thread_stats = GetCurrentThreadStats(); local
200 thread_stats.munmaps++;
201 thread_stats.munmaped += size;
420 MemprofStats &thread_stats = GetCurrentThreadStats(); local
421 thread_stats.mallocs++;
422 thread_stats.malloced += size;
423 thread_stats
462 MemprofStats &thread_stats = GetCurrentThreadStats(); local
490 MemprofStats &thread_stats = GetCurrentThreadStats(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp171 auto thread_stats = thread_list.GetThreadStats(); local
179 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
180 thread_stats.total_stack_size,
181 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),

Completed in 132 milliseconds