Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_FrameHeap.cpp81 u32 usedSize = this->m_Size - (this->m_CurrentTail - this->m_CurrentHead); in Dump() local
84 usedSize, this->m_Size, 100 * usedSize / this->m_Size); in Dump()
Dfnd_UnitHeap.cpp91 u32 usedSize = this->m_Unit * this->m_Count; in Dump() local
94 usedSize, this->m_Size, 100 * usedSize / this->m_Size); in Dump()
/CTR-SDK-0.14.4/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp1107 u32 usedSize = 0; in NNSi_FndDumpHeap() local
1148usedSize += sizeof(NNSiFndExpHeapMBlockHead) + pMBHead->blockSize + GetAlignmentForMBlock(pMBHead); in NNSi_FndDumpHeap()
1193 usedSize, heapSize, 100 * usedSize / heapSize, usedCnt, freeCnt); in NNSi_FndDumpHeap()