mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
added get minimal payload size function
This commit is contained in:
@@ -142,6 +142,8 @@ uint32_t MIHP_GenerateHeapSegmentChecksum(const MIHP_HeapSegmentHeader* segment)
|
||||
|
||||
void MIHP_ValidateHeapMemoryAreaHeader(const MIHP_Heap* heap, const MIHP_HeapMemoryAreaHeader* area);
|
||||
void MIHP_ValidateHeapSegmentHeader(const MIHP_Heap* heap, const MIHP_HeapSegmentHeader* segment);
|
||||
|
||||
size_t MIHP_GetMinimalPayloadSize(const MIHP_Heap* heap);
|
||||
/* */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user