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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/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 97 milliseconds