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

  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.h 24 StackDepotStats GetStats() const;
sanitizer_chained_origin_depot.cpp 126 StackDepotStats ChainedOriginDepot::GetStats() const {
127 return depot.GetStats();
sanitizer_allocator_combined.h 167 void GetStats(AllocatorStatCounters s) const {
sanitizer_stackdepot.cpp 98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); }
sanitizer_stackdepotbase.h 48 StackDepotStats GetStats() const {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 106 return chainedOriginDepot.GetStats();
msan_allocator.cc 332 allocator.GetStats(stats);
338 allocator.GetStats(stats);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 80 allocator.GetStats(s);
461 allocator.GetStats(stats);
467 allocator.GetStats(stats);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 173 void GetStats(AllocatorStatCounters s) const {
sanitizer_stackdepot.cc 108 return theDepot.GetStats();
sanitizer_stackdepotbase.h 34 StackDepotStats *GetStats() { return &stats; }
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 303 allocator.GetStats(stats);
310 allocator.GetStats(stats);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 334 allocator.GetStats(stats);
341 allocator.GetStats(stats);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 349 allocator()->GetStats(stats);
355 allocator()->GetStats(stats);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 364 allocator()->GetStats(stats);
370 allocator()->GetStats(stats);
tsan_platform_linux.cpp 130 internal_allocator()->GetStats(internal_stats);

Completed in 40 milliseconds