Home
last modified time | relevance | path

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

/dports/math/fricas/fricas-1.3.7/src/etc/
H A Dasq.c253 #define ITEM_LIST_INITIAL_SIZE 12 macro
259 sl->buff = my_malloc(ITEM_LIST_INITIAL_SIZE*sizeof(item *)); in empty_list()
262 sl->size = ITEM_LIST_INITIAL_SIZE; in empty_list()