diff --git a/minimal_heap_test.c b/minimal_heap_test.c index 594144a..261a7d7 100644 --- a/minimal_heap_test.c +++ b/minimal_heap_test.c @@ -7,7 +7,7 @@ #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) {