Update minimal_heap.h

This commit is contained in:
2026-06-08 07:24:27 +02:00
parent b50b2548ab
commit 5a84b57b25

View File

@@ -38,7 +38,7 @@ typedef struct _MIHP_HeapMemoryAreaHeader
size_t NumOccupiedSegments; size_t NumOccupiedSegments;
struct _MIHP_HeapMemoryAreaHeader* NextArea; struct _MIHP_HeapMemoryAreaHeader* NextArea;
//struct _MIHP_HeapMemoryAreaHeader* PreviousArea; struct _MIHP_HeapMemoryAreaHeader* PreviousArea;
struct _MIHP_HeapInfo* OwningHeap; struct _MIHP_HeapInfo* OwningHeap;
struct _MIHP_HeapSegmentHeader* FirstSegment; struct _MIHP_HeapSegmentHeader* FirstSegment;