Home
last modified time | relevance | path

Searched defs:thread_stats (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp189 MemprofStats &thread_stats = GetCurrentThreadStats(); OnMap() local
199 MemprofStats &thread_stats = GetCurrentThreadStats(); OnUnmap() local
420 MemprofStats &thread_stats = GetCurrentThreadStats(); Allocate() local
462 MemprofStats &thread_stats = GetCurrentThreadStats(); Deallocate() local
490 MemprofStats &thread_stats = GetCurrentThreadStats(); Reallocate() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp247 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
285 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
300 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMapSecondary() local
311 AsanStats &thread_stats in OnUnmap() local
634 AsanStats &thread_stats = GetCurrentThreadStats(); Allocate() local
741 AsanStats &thread_stats = GetCurrentThreadStats(); Deallocate() local
754 AsanStats &thread_stats = GetCurrentThreadStats(); Reallocate() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp171 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local