Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DATraceMemoryDump.cpp109 if (it.second.purgeableMemory != INVALID_MEMORY_SIZE) { in startFrame()
110 it.second.purgeableMemory = 0; in startFrame()
125 if (it.second.purgeableMemory != INVALID_MEMORY_SIZE) { in logTraces()
126 ATRACE_INT64((std::string("Purgeable ") + it.first).c_str(), it.second.purgeableMemory); in logTraces()
152 if (memoryCounter->second.purgeableMemory == INVALID_MEMORY_SIZE) { in recordAndResetCountersIfNeeded()
153 memoryCounter->second.purgeableMemory = mLastPurgeableDumpValue; in recordAndResetCountersIfNeeded()
155 memoryCounter->second.purgeableMemory += mLastPurgeableDumpValue; in recordAndResetCountersIfNeeded()
H A DATraceMemoryDump.h66 uint64_t purgeableMemory; member