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