Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp88 StackDepotStats *ChainedOriginDepot::GetStats() { return depot.GetStats(); } in GetStats() function in __sanitizer::ChainedOriginDepot
H A Dsanitizer_chained_origin_depot.h25 StackDepotStats *GetStats();
H A Dsanitizer_allocator_combined.h169 void GetStats(AllocatorStatCounters s) const { in GetStats() function
H A Dsanitizer_stackdepot.cpp94 return theDepot.GetStats(); in StackDepotGetStats()
H A Dsanitizer_stackdepotbase.h35 StackDepotStats *GetStats() { return &stats; } in GetStats() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp23 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
H A Dmsan_allocator.cpp352 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
358 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp80 allocator.GetStats(s); in GetAllocatorStats()
431 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
437 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp269 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
275 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp334 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
341 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp364 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
370 allocator()->GetStats(stats); in __sanitizer_get_heap_size()