Changeset 715936 in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Sep 9, 2011, 7:41:13 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f29ab6c2e7fe07c324d37a46dfb6a9760b4ecb66
Parents:
534886637bbc60712e1adffc56bba8346d98e245
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 19:41:13+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:40+01:00
Message:
FIX: omalloc should be configured with with-external-config_h=../Singular/omSingularConfig.h (?)
FIX: moved memory management to Singular/
FIX: mmstd.c should not provide mm/c/v -alloc & free (recursion problem!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r5348866 r715936  
    676676    v=v->next;
    677677  } while (v!=NULL);
     678   
    678679  // set global variable to show memory usage
    679680  extern int om_sing_opt_show_mem;
    680681  if (BVERBOSE(V_SHOW_MEM)) om_sing_opt_show_mem = 1;
    681682  else om_sing_opt_show_mem = 0;
     683   
    682684  return FALSE;
    683685}
Note: See TracChangeset for help on using the changeset viewer.