contents   index   previous   next



JSE_ENFORCE_MEMCHECK (on)

 

By default ScriptEase will cause calls to the standard allocation routines to be marked as errors. This is because ScriptEase always uses its own allocation routines. In non-JSE_MEM_DEBUG mode, these routines just internally use the standard allocation routines. If you need to call the standard allocation routines directly, turn this define off.

 


JSE_TRACK_MEMUSE (off)