HomeSort by: relevance | last modified time | path
    Searched refs:thread_stats (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 247 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 = GetCurrentThreadStats() local
634 AsanStats &thread_stats = GetCurrentThreadStats(); local
741 AsanStats &thread_stats = GetCurrentThreadStats(); local
754 AsanStats &thread_stats = GetCurrentThreadStats(); local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 161 AsanStats &thread_stats = GetCurrentThreadStats(); local
162 thread_stats.real_frees++;
163 thread_stats.really_freed += m->UsedSize();
191 AsanStats &thread_stats = GetCurrentThreadStats(); local
192 thread_stats.mmaps++;
193 thread_stats.mmaped += size;
201 AsanStats &thread_stats = GetCurrentThreadStats(); local
202 thread_stats.munmaps++;
203 thread_stats.munmaped += size;
524 AsanStats &thread_stats = GetCurrentThreadStats() local
592 AsanStats &thread_stats = GetCurrentThreadStats(); local
657 AsanStats &thread_stats = GetCurrentThreadStats(); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 218 AsanStats &thread_stats = GetCurrentThreadStats(); local
219 thread_stats.real_frees++;
220 thread_stats.really_freed += m->UsedSize();
248 AsanStats &thread_stats = GetCurrentThreadStats(); local
249 thread_stats.mmaps++;
250 thread_stats.mmaped += size;
258 AsanStats &thread_stats = GetCurrentThreadStats(); local
259 thread_stats.munmaps++;
260 thread_stats.munmaped += size;
586 AsanStats &thread_stats = GetCurrentThreadStats() local
657 AsanStats &thread_stats = GetCurrentThreadStats(); local
722 AsanStats &thread_stats = GetCurrentThreadStats(); local
    [all...]
  /src/crypto/external/bsd/openssh/dist/
cipher-ctr-mt.c 71 struct thread_stats { struct
85 struct thread_stats *s = x;
91 #define STATS_STRUCT(s) struct thread_stats s
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.cpp 144 auto thread_stats = thread_list.GetThreadStats(); local
152 internal_getpid(), GetRSS(), thread_stats.n_live_threads,
153 thread_stats.total_stack_size,
154 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.cpp 171 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 17 milliseconds