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:
@@ -45,8 +45,8 @@ typedef struct _MIHP_HeapConfig
|
|||||||
{
|
{
|
||||||
size_t AllocationAlignment; // Must be power of two and at least sizeof(size_t)
|
size_t AllocationAlignment; // Must be power of two and at least sizeof(size_t)
|
||||||
|
|
||||||
size_t MinimalMemoryAreaSize; // Must be a multiple of AllocationAlingment
|
size_t MinimalMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
||||||
size_t MaximalMemoryAreaSize; // Must be a multiple of AllocationAlingment
|
size_t MaximalMemoryAreaSize; // Must be a multiple of AllocationAlignment
|
||||||
|
|
||||||
char AllocationInitialValue;
|
char AllocationInitialValue;
|
||||||
} MIHP_HeapConfig;
|
} MIHP_HeapConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user