C
#define GFX_free(pObj) free(pObj) // <COPY GFX_malloc>
Overview
When using Operating Systems (OS), define the OS specific malloc() and free() functions for compatibility with the OS based systems. Define these in GraphicsConfig.h
#define GFX_free(pObj) free(pObj) // <COPY GFX_malloc>
When using Operating Systems (OS), define the OS specific malloc() and free() functions for compatibility with the OS based systems. Define these in GraphicsConfig.h