Changeset 91 for trunk/include/helpers/memdebug.h
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/memdebug.h
r71 r91 4 4 * header file for memdebug.c. 5 5 * See remarks there. 6 * 7 * The following macros are used: 8 * 9 * -- __XWPMEMDEBUG__: if defined, memory debugging is generally 10 * enabled. This must be set in setup.h. 11 * 12 * -- __DEBUG_MALLOC_ENABLED__: malloc etc. have been replaced 13 * with memdMalloc etc. This is automatically 14 * defined by this header if __XWPMEMDEBUG__ 15 * is defined, unless DONT_REPLACE_MALLOC 16 * is also defined. 6 17 * 7 18 * Note: Version numbering in this file relates to XWorkplace version
Note:
See TracChangeset
for help on using the changeset viewer.