Revision history for reserveExtraCHeapBytes
Additions:
/* Note: This macro can be redefined to allows platforms with a
fixed application memory partition (notably, the Macintosh)
to reserve extra C heap memory for special applications that need
it (e.g., for a 3D graphics library). Since most platforms can
extend their application memory partition at run time if needed,
this macro is defined as a noop here and redefined if necessary
in sqPlatformSpecific.h.
*/
fixed application memory partition (notably, the Macintosh)
to reserve extra C heap memory for special applications that need
it (e.g., for a 3D graphics library). Since most platforms can
extend their application memory partition at run time if needed,
this macro is defined as a noop here and redefined if necessary
in sqPlatformSpecific.h.
*/
Additions:
However if you are using an operating system which provides only a limited heap space for your application you might need to consider using this feature.