Changeset 789b8c in git


Ignore:
Timestamp:
Jan 24, 2018, 3:37:04 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
114559bb28542e398795278b38f255dd169a0d1d
Parents:
11c75cc3bb6e273a68202344e3e2081ebc7111fe
Message:
add: report use of omalloc/xalloc with -v
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r11c75c r789b8c  
    823823#endif
    824824              StringAppendS("factory(" FACTORYVERSION "),\n\t");
     825#ifdef XMEMORY_H
     826              StringAppendS("xalloc,");
     827#else
     828              StringAppendS("omalloc,");
     829#endif
    825830#if defined(HAVE_DYN_RL)
    826831              if (fe_fgets_stdin==fe_fgets_dummy)
Note: See TracChangeset for help on using the changeset viewer.