Home
last modified time | relevance | path

Searched defs:HEAP_ALLOC_BIG (Results 1 – 2 of 2) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_gmp.c69 #define HEAP_ALLOC_BIG (bigIntType) malloc(sizeof(__mpz_struct)) macro
H A Dbig_rtl.c242 #define HEAP_ALLOC_BIG(var,len) (ALLOC_HEAP(var, bigIntType, SIZ_RTLBIG(len))? \ macro
251 #define HEAP_ALLOC_BIG(var,len) (ALLOC_HEAP(var, bigIntType, SIZ_RTLBIG(len))? \ macro