Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemoryXz.h70 static std::atomic_size_t total_open_; // Number of mini-debug-info files currently in use. variable
DMemory.cpp59 std::atomic_size_t MemoryXz::total_open_ = 0; member in unwindstack::MemoryXz
571 total_open_ += 1; in MemoryXz()
620 total_open_ -= 1; in ~MemoryXz()
786 100 * total_used_ / total_size_, total_size_ / 1024, total_open_.load(), in Decompress()