Merge branch 'main' into free-list

This commit is contained in:
2026-06-09 00:43:06 +02:00

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)
{ {