Searched refs:total_other_count_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc47 total_other_count_++;
63 total_other_count_, total_allocated_count_ +
64 total_quarantined_count_ + total_other_count_, top_percent,
83 uptr total_other_count_ = 0; member in class:__asan::HeapProfile
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc45 total_other_count_++;
61 total_other_count_, total_allocated_count_ +
62 total_quarantined_count_ + total_other_count_, top_percent,
81 uptr total_other_count_ = 0; member in class:__asan::HeapProfile
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp46 total_other_count_++;
62 total_other_count_, total_allocated_count_ +
63 total_quarantined_count_ + total_other_count_, top_percent,
82 uptr total_other_count_ = 0; member in class:__asan::HeapProfile

Completed in 495 milliseconds