Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c264 #define BIG_FREELIST_ARRAY_SIZE 32 macro
266 static freeListElemType flist[BIG_FREELIST_ARRAY_SIZE] = {
271 static unsigned int flist_allowed[BIG_FREELIST_ARRAY_SIZE] = {
275 #define POP_BIG_OK(len) (len) < BIG_FREELIST_ARRAY_SIZE && flist[len] != NULL
276 #define PUSH_BIG_OK(var) (var)->capacity < BIG_FREELIST_ARRAY_SIZE && \