Changeset 75f460 in git for Singular/mmstd.c


Ignore:
Timestamp:
Dec 16, 2014, 3:43:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
fce947c9e6c3e8c6d5a622c7f6b0d724580993cc
Parents:
a2e4470c6e9a666de8ab7b706370c15e13092f76
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mmstd.c

    ra2e447 r75f460  
    33****************************************/
    44/*
    5 * ABSTRACT: standard version of C-memory management alloc func 
     5* ABSTRACT: standard version of C-memory management alloc func
    66* i.e. (malloc/realloc/free)
    77*/
     
    2525/* do not rely on the default in Singular as libsingular may be different */
    2626
    27 /* define this so that all addr allocated there are marked 
     27/* define this so that all addr allocated there are marked
    2828* as static, i.e. not metioned by omPrintUsedAddr*/
    2929#define OM_MALLOC_MARK_AS_STATIC
     
    4646   return realloc(old_addr, new_size);
    4747  }
    48   else 
     48  else
    4949  {
    5050    freeSize(old_addr, old_size);
Note: See TracChangeset for help on using the changeset viewer.