mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
Update minimal_heap_test.c
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
#define USE_MALLOC 0
|
#define USE_MALLOC 0
|
||||||
|
|
||||||
|
//#define MIHP_ValidateHeap()
|
||||||
|
|
||||||
void* MIHP_PlatformRequestMemory(size_t size)
|
void* MIHP_PlatformRequestMemory(size_t size)
|
||||||
{
|
{
|
||||||
return malloc(size);
|
return malloc(size);
|
||||||
|
|||||||
Reference in New Issue
Block a user