Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp1039 uint64_t totalAllocationSize = 0; in dumpBuffers() local
1052 totalAllocationSize += allocationSize; in dumpBuffers()
1055 double totalAllocationSizeKiB = static_cast<double>(totalAllocationSize) / 1024; in dumpBuffers()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.cpp1129 uint64_t totalAllocationSize = 0; in BuffersDump() local
1138 totalAllocationSize += hnd->size; in BuffersDump()
1140 fs << "Total allocation = " << totalAllocationSize/1024 << "KiB" << std::endl; in BuffersDump()