/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_chained_origin_depot.cpp | 126 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats() function in __sanitizer::ChainedOriginDepot 127 return depot.GetStats(); in GetStats()
|
H A D | sanitizer_chained_origin_depot.h | 24 StackDepotStats GetStats() const;
|
H A D | sanitizer_stackdepot.cpp | 98 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
|
H A D | sanitizer_allocator_combined.h | 167 void GetStats(AllocatorStatCounters s) const { in GetStats() function
|
H A D | sanitizer_stackdepotbase.h | 48 StackDepotStats GetStats() const { in GetStats() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_allocator.cpp | 80 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 D | lsan_allocator.cc | 303 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 D | lsan_allocator.cc | 306 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 D | lsan_allocator.cpp | 334 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 D | msan_allocator.cc | 332 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes() 338 allocator.GetStats(stats); in __sanitizer_get_heap_size()
|
H A D | msan_chained_origin_depot.cc | 106 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_mman.cpp | 364 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes() 370 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
|
H A D | tsan_platform_linux.cpp | 130 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_mman.cc | 349 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 D | tsan_mman.cc | 347 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 D | sanitizer_allocator_combined.h | 162 void GetStats(AllocatorStatCounters s) const { in GetStats() function
|
H A D | sanitizer_stackdepot.cc | 106 return theDepot.GetStats(); in StackDepotGetStats()
|
H A D | sanitizer_stackdepotbase.h | 32 StackDepotStats *GetStats() { return &stats; } in GetStats() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 173 void GetStats(AllocatorStatCounters s) const { in GetStats() function
|
H A D | sanitizer_stackdepot.cc | 108 return theDepot.GetStats(); in StackDepotGetStats()
|
H A D | sanitizer_stackdepotbase.h | 34 StackDepotStats *GetStats() { return &stats; } in GetStats() function
|