From 0313756ea38d71cfce21a0a905f4fc43ac68d197 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 27 Nov 2015 10:15:46 +1000 Subject: Add ability to emulate malloc() and free() to prevent nasty hard to find link errors from C library routines that need malloc --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 36b4cda4..c0b1cf6c 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -53,6 +53,7 @@ // #define GFX_OS_PRE_INIT_FUNCTION myHardwareInitRoutine // #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine // #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine +// #define GFX_EMULATE_MALLOC FALSE /////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3