Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemoryXz.h68 static std::atomic_size_t total_used_; // Currently decompressed memory (current memory use). variable
DMemory.cpp57 std::atomic_size_t MemoryXz::total_used_ = 0; member in unwindstack::MemoryXz
618 total_used_ -= used_; in ~MemoryXz()
783 total_used_ += block->decompressed_size; in Decompress()
786 100 * total_used_ / total_size_, total_size_ / 1024, total_open_.load(), in Decompress()