Changeset 3e5387 in git for kernel/mmstd.c
- Timestamp:
- Mar 21, 2007, 6:45:27 PM (17 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 9357f8a9d3b5a9973fb7184345bcb6ac378653a4
- Parents:
- a36e78f7f85445e5816d564f9ea8214033537fad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mmstd.c
ra36e78 r3e5387 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mmstd.c,v 1. 3 2006-07-18 11:25:05 brickenExp $ */4 /* $Id: mmstd.c,v 1.4 2007-03-21 17:45:27 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: standard version of C-memory management alloc func … … 21 21 #endif 22 22 #include "omalloc.h" 23 #include "../Singular/static.h" 23 24 24 25 // we provide these functions, so that the settings of OM_CHECK … … 26 27 // on them 27 28 // already provided in libomalloc 28 #if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC) 29 #if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC) && !defined(HAVE_STATIC) 29 30 30 31 // define this so that all addr allocated there are marked
Note: See TracChangeset
for help on using the changeset viewer.