Searched refs:purgeableMemory (Results 1 – 2 of 2) sorted by relevance
109 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()
66 uint64_t purgeableMemory; member