Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc155 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
179 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
189 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
436 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
493 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
545 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp219 AsanStats &thread_stats = GetCurrentThreadStats(); in Recycle() local
249 AsanStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
259 AsanStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
587 AsanStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
658 AsanStats &thread_stats = GetCurrentThreadStats(); in QuarantineChunk() local
723 AsanStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp150 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnMap() local
159 MemprofStats &thread_stats = GetCurrentThreadStats(); in OnUnmap() local
592 MemprofStats &thread_stats = GetCurrentThreadStats(); in Allocate() local
637 MemprofStats &thread_stats = GetCurrentThreadStats(); in Deallocate() local
665 MemprofStats &thread_stats = GetCurrentThreadStats(); in Reallocate() local
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp143 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() local