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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc39 total_allocated_count_++;
61 total_allocated_user_size_, total_allocated_count_,
63 total_other_count_, total_allocated_count_ +
80 uptr total_allocated_count_ = 0; member in class:__asan::HeapProfile
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc37 total_allocated_count_++;
59 total_allocated_user_size_, total_allocated_count_,
61 total_other_count_, total_allocated_count_ +
78 uptr total_allocated_count_ = 0; member in class:__asan::HeapProfile
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp38 total_allocated_count_++;
60 total_allocated_user_size_, total_allocated_count_,
62 total_other_count_, total_allocated_count_ +
79 uptr total_allocated_count_ = 0; member in class:__asan::HeapProfile

Completed in 187 milliseconds