Changeset 7de030 in git


Ignore:
Timestamp:
Sep 14, 2011, 11:31:32 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '98550b669234b32be762076c32b3be2c35188ac4')
Children:
3936518156572bd3fb42fa5913ccccc2039ab2ec
Parents:
0f08711352d59ff64a90568b3884f052421e7309
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-14 11:31:32+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:47+01:00
Message:
NTCconvert.c: allocation for large blocks via malloc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    r0f0871 r7de030  
    3838#include "NTLconvert.h"
    3939
    40 #ifdef HAVE_OMALLOC
    41 #define Alloc(L) omAlloc(L)
    42 #define Free(A,L) omFreeSize(A,L)
    43 #else
    4440#define Alloc(L) malloc(L)
    4541#define Free(A,L) free(A)
    46 #endif
    4742
    4843void out_cf(const char *s1,const CanonicalForm &f,const char *s2);
Note: See TracChangeset for help on using the changeset viewer.