mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
removed TotalOccupiedSize stats because of inaccuracy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user