Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MemoryMetric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ void MemoryMetric::CalculateFragmentation()
if (mPlatform == Platform::AMLOGIC || mPlatform == Platform::AMLOGIC_950D4) {
columnCount = 15;
} else if (mPlatform == Platform::REALTEK) {
columnCount = 15;
columnCount = 17;
} else if (mPlatform == Platform::REALTEK64) {
/* ES1 has 15 columns */
columnCount = 15;
Comment thread
nhanasi marked this conversation as resolved.
Expand Down