Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp201 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
211 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
486 MemprofStats &thread_stats = GetCurrentThreadStats(); Allocate() local
524 MemprofStats &thread_stats = GetCurrentThreadStats(); Deallocate() local
552 MemprofStats &thread_stats = GetCurrentThreadStats(); Reallocate() local
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp247 AsanStats &thread_stats = GetCurrentThreadStats(); Recycle() local
285 AsanStats &thread_stats = GetCurrentThreadStats(); OnMap() local
300 AsanStats &thread_stats = GetCurrentThreadStats(); OnMapSecondary() local
311 AsanStats &thread_stats = GetCurrentThreadStats(); OnUnmap() local
634 AsanStats &thread_stats = GetCurrentThreadStats(); Allocate() local
741 AsanStats &thread_stats = GetCurrentThreadStats(); Deallocate() local
754 AsanStats &thread_stats = GetCurrentThreadStats(); Reallocate() local
[all...]
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp171 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local