Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp38 total_allocated_count_++; in ProcessChunk()
60 total_allocated_user_size_, total_allocated_count_, in Print()
62 total_other_count_, total_allocated_count_ + in Print()
79 uptr total_allocated_count_ = 0; member in __asan::HeapProfile