removed TotalOccupiedSize stats because of inaccuracy

This commit is contained in:
2026-06-08 19:26:21 +02:00
parent 174be6a022
commit 7095e2abc4
2 changed files with 0 additions and 5 deletions

View File

@@ -58,7 +58,6 @@ typedef struct _MIHP_HeapStats
size_t NumTotalSegments;
size_t NumTotalOccupiedSegments;
size_t TotalSize;
size_t TotalOccupiedSize;
} MIHP_HeapStats;
// This structs size must be multiple of 8