Changeset db143c in git for libpolys


Ignore:
Timestamp:
Dec 17, 2018, 4:42:57 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
18a3dfc149d105d7058f8c06ea4ad50eb59f0c94
Parents:
908905bf1d33ff716b539be45540d26738ada72f
Message:
integrate xalloc into omalloc (./configure --disable-omalloc)
Location:
libpolys
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r908905 rdb143c  
    1111
    1212#include "misc/auxiliary.h"
    13 #ifdef HAVE_OMALLOC
    1413#include "omalloc/omalloc.h"
    15 #else
    16 #include "xalloc/omalloc.h"
    17 #endif
    1814
    1915#include "misc/sirandom.h"
  • libpolys/coeffs/shortfl.h

    r908905 rdb143c  
    88*/
    99#include "misc/auxiliary.h"
    10 #ifdef HAVE_OMALLOC
    1110#include "omalloc/omalloc.h"
    12 #else
    13 #include "xalloc/omalloc.h"
    14 #endif
    1511
    1612#if SIZEOF_DOUBLE == SIZEOF_LONG
  • libpolys/misc/int64vec.h

    r908905 rdb143c  
    1111
    1212#include "misc/auxiliary.h"
     13#include "omalloc/omalloc.h"
    1314#ifdef HAVE_OMALLOC
    14 #include "omalloc/omalloc.h"
    1515#include "omalloc/omallocClass.h"
    16 #else
    17 #include "xalloc/omalloc.h"
    1816#endif
    1917
  • libpolys/misc/intvec.cc

    r908905 rdb143c  
    1212#include "misc/intvec.h"
    1313#include "misc/options.h"
    14 #ifdef HAVE_OMALLOC
    1514#include "omalloc/omalloc.h"
    16 #else
    17 #include "xalloc/omalloc.h"
    18 #endif
    19 
    2015
    2116#pragma GCC push_options
  • libpolys/misc/intvec.h

    r908905 rdb143c  
    99#include <string.h>
    1010#include "misc/auxiliary.h"
     11#include "omalloc/omalloc.h"
    1112#ifdef HAVE_OMALLOC
    12 #include "omalloc/omalloc.h"
    1313#include "omalloc/omallocClass.h"
    14 #else
    15 #include "xalloc/omalloc.h"
    1614#endif
    1715
  • libpolys/polys/mod_raw.cc

    r908905 rdb143c  
    1919#include <unistd.h>
    2020
    21 
    22 
    23 
    24 
    2521#include "misc/auxiliary.h"
    26 
    2722#include "reporter/reporter.h"
    28 
    2923#include "resources/feResource.h"
    30 
    31 #ifdef HAVE_OMALLOC
    3224#include "omalloc/omalloc.h"
    33 #else
    34 #include "xalloc/omalloc.h"
    35 #endif
    36 
    3725#include "mod_raw.h"
    3826
  • libpolys/polys/weight0.c

    r908905 rdb143c  
    88
    99#include "misc/auxiliary.h"
    10 
    11 #ifdef HAVE_OMALLOC
    1210#include "omalloc/omalloc.h"
    13 #else
    14 #include "xalloc/omalloc.h"
    15 #endif
    1611
    1712#include <math.h>
  • libpolys/reporter/reporter.cc

    r908905 rdb143c  
    1313#include "resources/feFopen.h"
    1414//#include "options.h"
    15 #ifdef HAVE_OMALLOC
    1615#include "omalloc/omalloc.h"
    17 #else
    18 #include "xalloc/omalloc.h"
    19 #endif
    2016
    2117#include <stdlib.h>
  • libpolys/reporter/s_buff.cc

    r908905 rdb143c  
    1111
    1212#include "misc/auxiliary.h"
    13 #ifdef HAVE_OMALLOC
    1413#include "omalloc/omalloc.h"
    15 #else
    16 #include "xalloc/omalloc.h"
    17 #endif
    1814
    1915#include "reporter/s_buff.h"
Note: See TracChangeset for help on using the changeset viewer.