Searched refs:totalSize (Results 1 – 3 of 3) sorted by relevance
117 u32 totalSize = (u32)MEMGetHeapTotalUsableSize( heap ); in ReportUnitHeap() local118 u32 usedSize = totalSize - freeSize; in ReportUnitHeap()121 …OSReport(" %d / %d bytes (%6.2f%%) used\n", usedSize, totalSize, 100.0 * usedSize / totalSize ); in ReportUnitHeap()
212 u32 totalSize = (u32)MEMGetHeapTotalUsableSize( heap ); in ReportFrmHeap() local213 u32 usedSize = totalSize - allocatableSize; in ReportFrmHeap()218 …OSReport(" %d / %d bytes (%6.2f%%) used\n", usedSize, totalSize, 100.0 * usedSize / totalSize ); in ReportFrmHeap()
383 u32 totalSize = 0; in TCComputeTplMipMapImageBufferSize() local390 totalSize = 0; in TCComputeTplMipMapImageBufferSize()396 totalSize += TCComputeTplImageBufferSize( thisImage ); in TCComputeTplMipMapImageBufferSize()402 return totalSize; in TCComputeTplMipMapImageBufferSize()