# define MXMODULE_ALLOC
Turn on memory tracking
If this macro is defined the functions mx_malloc, mx_realloc and mx_free
are made to keep track of memory allocated and warn from common memory allocation
mistakes. If this symbol is not defined then mx_malloc, mx_realloc and mx_free
just pass all arguments to the corresponding stdlib malloc, realloc, and free
function. In this case no additional memory checking is done.
(../include/deds/alloc.h)
(library deds : module alloc)
# define mx_malloc
Replacement for stdlib malloc
This function is a wrapper for malloc(). If MXMODULE_ALLOC is defined then
this function keeps track of memory and warns about possible memory allocation
problems.
(../include/deds/alloc.h)
(library deds : module alloc)
# define mx_realloc
Replacement for stdlib realloc
This function is a wrapper for realloc(). If MXMODULE_ALLOC is defined then
this function keeps track of memory and warns about possible memory allocation
problems.
(../include/deds/alloc.h)
(library deds : module alloc)
# define mx_free
Replacement for stdlib free
This function is a wrapper for free(). If MXMODULE_ALLOC is defined then
this function keeps track of memory and warns about possible memory allocation
problems.
(../include/deds/alloc.h)
(library deds : module alloc)
#define false
Macro for false.
(../include/deds/bool.h)
(library deds : module bool)
#define true
Macro for true.
(../include/deds/bool.h)
(library deds : module bool)
#define MXCOLOR_alice
Macros for named colors
There are many different MXCOLOR_* macros for named colors.
(../include/degfx/colors.h)
(library degfx : module colors)
# define MXSCREEN
Screen bitmap
The macro MXSCREEN can be used to specify the screen redraw buffer.
(../include/degfx/coregfx.h)
(library degfx : module coregfx)
#define mx_driver_fullscreen
The fullscreen driver.
(../include/degfx/driver.h)
(library degfx : module driver)
#define mx_driver_windowed
The windowed driver.
(../include/degfx/driver.h)
(library degfx : module driver)
#define mx_driver_vga
The vga driver.
(../include/degfx/driver.h)
(library degfx : module driver)
#define mx_driver_13h
The mode 13h driver.
(../include/degfx/driver.h)
(library degfx : module driver)
#define MXDEFAULT
Default integer value
MXDEFAULT is defined as a const int value that can recognized as a
default value and is unlikely to occurr otherwise. This is useful for
situations where a value of 0 cannot be used as a default value.
(../include/detk/default.h)
(library detk : module default)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:25 2007