Changeset f89565 in git for Singular/mmstd.c
- Timestamp:
- Nov 2, 2012, 2:28:00 PM (11 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 5caede8b6a6317efbf12384a421e0c5b35f8838d
- Parents:
- f900d1879c47a499452b237bd96ba9e06cfbad96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mmstd.c
rf900d1 rf89565 12 12 #include <omalloc/omalloc.h> 13 13 14 / /we provide these functions, so that the settings of OM_CHECK15 //and OM_TRACK are used, but only provide them if omalloc is not based16 //on them17 // already provided in libomalloc 14 /* we provide these functions, so that the settings of OM_CHECK 15 * and OM_TRACK are used, but only provide them if omalloc is not based 16 * on them 17 * already provided in libomalloc */ 18 18 #if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC) 19 19 … … 23 23 /* do not rely on the default in Singular as libsingular may be different */ 24 24 25 / /define this so that all addr allocated there are marked26 // as static, i.e. not metioned by omPrintUsedAddr 25 /* define this so that all addr allocated there are marked 26 * as static, i.e. not metioned by omPrintUsedAddr*/ 27 27 #define OM_MALLOC_MARK_AS_STATIC 28 28 #define strdup_ strdup__
Note: See TracChangeset
for help on using the changeset viewer.