From 63a8074a048dab6039a4cd9752addeb354c07d7e Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Mon, 8 Jun 2026 10:58:49 +0200 Subject: [PATCH] Update minimal_heap_test.c --- minimal_heap_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minimal_heap_test.c b/minimal_heap_test.c index a0098c4..62e0d38 100644 --- a/minimal_heap_test.c +++ b/minimal_heap_test.c @@ -7,6 +7,8 @@ #define USE_MALLOC 0 +//#define MIHP_ValidateHeap() + void* MIHP_PlatformRequestMemory(size_t size) { return malloc(size);