Home
last modified time | relevance | path

Searched refs:GetStats (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp126 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats() function in __sanitizer::ChainedOriginDepot
127 return depot.GetStats(); in GetStats()
H A Dsanitizer_chained_origin_depot.h24 StackDepotStats GetStats() const;
H A Dsanitizer_stackdepot.cpp98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
H A Dsanitizer_allocator_combined.h167 void GetStats(AllocatorStatCounters s) const { in GetStats() function
H A Dsanitizer_stackdepotbase.h48 StackDepotStats GetStats() const { in GetStats() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp80 allocator.GetStats(s); in GetAllocatorStats()
461 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
467 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc303 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
310 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc306 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
313 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp334 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
341 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc332 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
338 allocator.GetStats(stats); in __sanitizer_get_heap_size()
H A Dmsan_chained_origin_depot.cc106 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp364 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
370 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp130 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc349 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
355 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc347 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
353 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h162 void GetStats(AllocatorStatCounters s) const { in GetStats() function
H A Dsanitizer_stackdepot.cc106 return theDepot.GetStats(); in StackDepotGetStats()
H A Dsanitizer_stackdepotbase.h32 StackDepotStats *GetStats() { return &stats; } in GetStats() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h173 void GetStats(AllocatorStatCounters s) const { in GetStats() function
H A Dsanitizer_stackdepot.cc108 return theDepot.GetStats(); in StackDepotGetStats()
H A Dsanitizer_stackdepotbase.h34 StackDepotStats *GetStats() { return &stats; } in GetStats() function