Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp1153 uint64_t totalAllocationSize = 0; in BuffersDump() local
1162 totalAllocationSize += hnd->size; in BuffersDump()
1164 fs << "Total allocation = " << totalAllocationSize/1024 << "KiB" << std::endl; in BuffersDump()