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:
@@ -54,7 +54,7 @@ typedef struct _MIHP_HeapConfig
|
|||||||
|
|
||||||
size_t MinMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
size_t MinMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
||||||
size_t MaxMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
size_t MaxMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
||||||
size_t MaxHeapSize;
|
size_t MaxHeapSize; // Maximum size the heap is allowed to grow to. May exceed slightly if PlatformRequestMemory returns a larger area than requested
|
||||||
|
|
||||||
size_t MinTotalTraversalsBeforeHeapExpansion; // Minimal amounts of traversals during allocation before considering expanding the heap
|
size_t MinTotalTraversalsBeforeHeapExpansion; // Minimal amounts of traversals during allocation before considering expanding the heap
|
||||||
uint8_t MinHeapTraversalPercentToExpand; // Minimal integer percent of the heap traversed before expanding the heap
|
uint8_t MinHeapTraversalPercentToExpand; // Minimal integer percent of the heap traversed before expanding the heap
|
||||||
|
|||||||
Reference in New Issue
Block a user