Changeset a830133 in git for kernel/mminit.cc
- Timestamp:
- Mar 17, 2009, 10:01:46 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ab89373cf4c7ae3f8b064a46e9e311cde2fb9322
- Parents:
- febf7e79089257c80bba7e793dd2fb03af40b285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mminit.cc
rfebf7e ra830133 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mminit.cc,v 1. 1.1.1 2003-10-06 12:15:57Singular Exp $ */4 /* $Id: mminit.cc,v 1.2 2009-03-17 09:01:46 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: init of memory management … … 39 39 { 40 40 #if defined(OMALLOC_USES_MALLOC) || defined(X_OMALLOC) 41 /* in mmstd.c, for some architectures freeSize() unconditionally uses the *system* free() */ 42 /* sage ticket 5344: http://trac.sagemath.org/sage_trac/ticket/5344 */ 43 /* solution: correctly check OMALLOC_USES_MALLOC from omalloc.h, */ 44 /* do not rely on the default in Singular as libsingular may be different */ 41 45 mp_set_memory_functions(omMallocFunc,omReallocSizeFunc,omFreeSizeFunc); 42 46 #else
Note: See TracChangeset
for help on using the changeset viewer.