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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 173 void GetStats(AllocatorStatCounters s) const {
sanitizer_stackdepotbase.h 34 StackDepotStats *GetStats() { return &stats; }
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 167 void GetStats(AllocatorStatCounters s) const {
sanitizer_chained_origin_depot.cpp 125 StackDepotStats ChainedOriginDepot::GetStats() const {
126 return depot.GetStats();
sanitizer_stackdepotbase.h 48 StackDepotStats GetStats() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 167 void GetStats(AllocatorStatCounters s) const {
sanitizer_chained_origin_depot.cpp 126 StackDepotStats ChainedOriginDepot::GetStats() const {
127 return depot.GetStats();
sanitizer_stackdepotbase.h 48 StackDepotStats GetStats() const {

Completed in 21 milliseconds