Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp190 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
199 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
418 MemprofStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
461 MemprofStats &thread_stats = GetCurrentThreadStats(); in Deallocate() local
489 MemprofStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp217 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
247 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
257 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
576 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
646 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
711 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.cpp145 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local