Home
last modified time | relevance | path

Searched refs:HEAP_REALLOC_BIG (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c248 #define HEAP_REALLOC_BIG(v1,v2,l1,l2) if((v1=REALLOC_HEAP(v2, bigIntType, SIZ_RTLBIG(l2)))!=NULL) \ macro
256 #define HEAP_REALLOC_BIG(v1,v2,l1,l2) v1=REALLOC_HEAP(v2, bigIntType, SIZ_RTLBIG(l2)); macro
321 #define REALLOC_BIG_SIZE_OK(v1,v2,l1,l2) HEAP_REALLOC_BIG(v1,v2,l1,l2)
323 {HEAP_REALLOC_BIG(v1,v2,l1,l2)}else v1=NULL;