mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
fixed allocations with sizes smaller than the max area limited but bigger than the max payload size never return
This commit is contained in:
@@ -189,6 +189,7 @@ void MIHP_ValidateHeapMemoryAreaHeader(const MIHP_Heap* heap, const MIHP_HeapMem
|
||||
void MIHP_ValidateHeapSegmentHeader(const MIHP_Heap* heap, const MIHP_HeapSegmentHeader* segment);
|
||||
|
||||
size_t MIHP_GetMinimalPayloadSize(const MIHP_Heap* heap);
|
||||
size_t MIHP_GetMaximalPayloadSize(const MIHP_Heap* heap);
|
||||
/* */
|
||||
|
||||
#if MIHP_IMPLEMENTATION
|
||||
|
||||
Reference in New Issue
Block a user