Update minimal_heap_test.c

This commit is contained in:
2026-06-09 00:40:57 +02:00
parent 8f737acc1a
commit 667b359eec

View File

@@ -7,7 +7,7 @@
#define USE_MALLOC 0 #define USE_MALLOC 0
#define MIHP_ValidateHeap(x) //#define MIHP_ValidateHeap(x)
void* MIHP_PlatformRequestMemory(const MIHP_Heap* heap, size_t minRequestedSize, size_t* outActualSize) void* MIHP_PlatformRequestMemory(const MIHP_Heap* heap, size_t minRequestedSize, size_t* outActualSize)
{ {