Update minimal_heap_test.c

This commit is contained in:
2026-06-08 10:58:49 +02:00
parent ec12d7c7d7
commit 63a8074a04

View File

@@ -7,6 +7,8 @@
#define USE_MALLOC 0
//#define MIHP_ValidateHeap()
void* MIHP_PlatformRequestMemory(size_t size)
{
return malloc(size);