Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp1970 uint64_t totalBufferListSize = 0; in Dump() local
1976 totalBufferListSize += element.buffer->GetSize(); in Dump()
1979 memSizeInKB = static_cast<double>(totalBufferListSize) / BUFFER_MEMSIZE_RATE; in Dump()